Posted 24 March 2013 - 07:34 AM
why when i do this:
i know that in c# you can do a num and not a normal var but i dont know to do that on lua.
thanks!
btw i need the answer fast plz.
i get 2.0 on the screen and not 2?local mon = peripheral.wrap("back")
qnum = 1
qnum = qnum + 1
mon.setCursorPos(9, 6)
mon.write(qnum)
i know that in c# you can do a num and not a normal var but i dont know to do that on lua.
thanks!
btw i need the answer fast plz.