Why am I getting warning "Expression is always false"
-
I am trying to create a TRUE or FALSE condition
Whenever I compile, I get warnings that say "expression is always false"
Yes, the condition works, but how do I get rid of this warning... what am I doing wrong
-
@traxis Your condition is always true, set a variable/constant to check against, put something beneath so something happens if condition is true.
-
@jstap Nope, didn't work... still getting that message when I compile
Here is the updated project, I created 2 constants, one for the long side and one for the short side but still getting that error message
-
@traxis Remove the speech marks from the strings.

-
@jstap What do you exactly mean by 'speech marks'?
-
@l-andorrà I mean " " if in the constants EA can't match what is needed.
-
@jstap Ok, thanks.