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

string writing to monitor

Started by Paulito91, 17 April 2013 - 09:25 PM
Paulito91 #1
Posted 17 April 2013 - 11:25 PM
Hi.

I have been wondering is there any function or program, what makes easy to write long text on the monitor?

I'm using advanced computer. I want to write long text (small story) on the monitor at the top of computer.

Any ideas? :)/>
remiX #2
Posted 17 April 2013 - 11:29 PM
Use term.redirect(monitorObject) and then use print :P/>
Paulito91 #3
Posted 17 April 2013 - 11:33 PM
Use term.redirect(monitorObject) and then use print :P/>
term.redirect(monit)
print(string)
right?
remiX #4
Posted 17 April 2013 - 11:36 PM
Yeah. All term functions work on the monitor now. Use term.restore() to use cc computer again