Another if question
Posted: Fri Nov 30, 2012 4:45 pm
Hey guys,
I've a quick question about the "if" again..
this is my code
if vRS is empty or begins with "revdber"
then
answer "please check your username and password." && vRS
exit to top
else
answer "connected."
end if
livecode says
Script compile error:
Error description: Expression: double binary operator
anybody knows what's wrong with my code ?
I've a quick question about the "if" again..
this is my code
if vRS is empty or begins with "revdber"
then
answer "please check your username and password." && vRS
exit to top
else
answer "connected."
end if
livecode says
Script compile error:
Error description: Expression: double binary operator
anybody knows what's wrong with my code ?