so i am working on a computercraft college on a server that i play on, and was wondering if there is a way to show what i am writing but on a monitor, so i would be making a program and i would be writing it on computor but the people learning would be able to so it on a monitor aswell, to make it simple what i am writing on a computer will show up on the monitor at the same time.
if anyone could help, it would be much appresheated
thanks
Desplaying what is on a computer to a monitor
Started by Mr_Programmer, Jan 09 2014 06:10 AM
computer
4 replies to this topic
#1
Posted 09 January 2014 - 06:10 AM
#2
Posted 09 January 2014 - 10:42 AM
This may work:
Run this on the monitor and you have live text. Try adapting it so that it also saves the code somewhere.
n = 1
while n == 1 do
output = read()
if output == "exit" then
shell.reboot()
else
print(output)
end
end
Run this on the monitor and you have live text. Try adapting it so that it also saves the code somewhere.
Edited by Csstform, 09 January 2014 - 10:44 AM.
#3
Posted 09 January 2014 - 10:50 AM
Or completely ignore the advice above and look around the forums for one of the many screen mirroring/cloning APIs.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












