Posted 04 August 2012 - 07:52 PM
I'm try this code , it's work but just ones time.
When i write someting , monitor is showing.
But when i try agin it say Write: test:5: attempt to call string.
Please help me , how can i write unlimited?
When i write someting , monitor is showing.
But when i try agin it say Write: test:5: attempt to call string.
Please help me , how can i write unlimited?
term.clear()
term.setCursorPos(4,5)
write "Write: "
read = read()
mon = peripheral.wrap("right")
mon.clear()
mon.setTextScale(5)
mon.setCursorPos(4,5)
mon.write(read)