Posted 11 February 2013 - 07:59 AM
Title: true not true?
I have a program that uses touch monitors and has user input and when i check if the user and pass is valid it returns true but when i put
if isValid then
do stuff
end
it registers isValid as false even though I have the prev. line saying that it is true(term.write(isValid))
I have a program that uses touch monitors and has user input and when i check if the user and pass is valid it returns true but when i put
if isValid then
do stuff
end
it registers isValid as false even though I have the prev. line saying that it is true(term.write(isValid))