This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
TekkitwithRiley's profile picture

Use Textutlis on monitors

Started by TekkitwithRiley, 27 October 2013 - 08:43 AM
TekkitwithRiley #1
Posted 27 October 2013 - 09:43 AM
Title: Use Textutlis on monitors

Hi I am trying to use textutlis on a monitor but I cant get it to work how do you do this?
Lyqyd #2
Posted 06 February 2014 - 01:17 PM
Redirect to the monitor, then use the textutils functions as normal.


local monitor = peripheral.wrap("top")
term.redirect(monitor)

textutils.pagedTabulate(fs.list())