term.clear()
term.setCursorPos(1,1)
print("Hi")
sleep(2)
term.clearLine()
term.setCursorPos(1,2)
print("How are you?")
sleep(2)
Neither.
Someone got a solution? I need to clear the line D:
Posted 23 April 2013 - 11:21 AM
term.clear()
term.setCursorPos(1,1)
print("Hi")
sleep(2)
term.clearLine()
term.setCursorPos(1,2)
print("How are you?")
sleep(2)
Posted 23 April 2013 - 11:27 AM
Posted 23 April 2013 - 11:43 AM
Engineer, on 23 April 2013 - 11:41 AM, said:
0 members, 2 guests, 0 anonymous users