Posted 14 July 2012 - 01:38 AM
Im having issues clearing my screen for the next message. For instance I have,
if string.lower(Action) == "read" then
term.clear()
term.setCursorPos(1,1)
print("Receiving")
end
Its just shows "=" errors. Can someone explain to me what it is I'm doing wrong?
if string.lower(Action) == "read" then
term.clear()
term.setCursorPos(1,1)
print("Receiving")
end
Its just shows "=" errors. Can someone explain to me what it is I'm doing wrong?