Posted 21 January 2013 - 02:02 PM
I know you can clear the monitor with Monitor.clear(), is there a way I can do that in the console?
clear
monitor left clear
Replace "left" with the side of the monitor.I mean in codeTo clear the computer screen:clear
To clear an external monitor:Replace "left" with the side of the monitor.monitor left clear
You said "in the console".I mean in codeTo clear the computer screen:clear
To clear an external monitor:Replace "left" with the side of the monitor.monitor left clear
term.clear()
or
peripheral.call("left", "clear")
For the computer screen or an external monitor, respectively.
term.clear()
monitor <side> clear
Replace <side> with the side of the monitor.You can just make a program called "clear", with this code:term.clear()
then save and typeReplace <side> with the side of the monitor.monitor <side> clear