Posted 04 May 2013 - 11:02 PM
title: I need help with an error that I keep getting
my code is a simple pass word, kinda outside the box.
the code its self is:
os.clear
rs.setOutput("right",true)
sleep (2)
rs,setOutput("right",false)
regardless of what code I'm doing it gives me the error: bios:206: [string "manny08" ] :2: '=' expected
I've done some trouble shooting with the code, and the issue with os.clear it wants the .to be a = sign, but when I replace the . with a = it doesn't clear, please help me?
my code is a simple pass word, kinda outside the box.
the code its self is:
os.clear
rs.setOutput("right",true)
sleep (2)
rs,setOutput("right",false)
regardless of what code I'm doing it gives me the error: bios:206: [string "manny08" ] :2: '=' expected
I've done some trouble shooting with the code, and the issue with os.clear it wants the .to be a = sign, but when I replace the . with a = it doesn't clear, please help me?