Jump to content


d0min8r3's Content

There have been 1 items by d0min8r3 (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#42311 Monitor text, make new lines?

Posted by d0min8r3 on 20 October 2012 - 03:14 AM in Ask a Pro

You can actually just type;

x = 1
y = 1
function setPoint()
mon.setCursorPos(x,y)
end

setPoint()
mon.write"Hello, User!"
y = y+1
setPoint()
mon.write"This is the Next line!"