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

Simple Coding Question

Started by bradenheron, 03 May 2013 - 09:43 PM
bradenheron #1
Posted 03 May 2013 - 11:43 PM
I am trying to write code in my startup that automatically makes everything that would be displayed on the computer to be displayed on the monitor to the left. I have tried every code variation I can find on wikis and the such and nothing seems to work. tried monitor ("left") shell and nothing
Mads #2
Posted 04 May 2013 - 02:00 AM
Put this at the start of your program:
term.redirect(peripheral.wrap("left"))
Link to documentation
bradenheron #3
Posted 04 May 2013 - 03:22 AM
thanks Mads