1) Give a description of the problem
I’m trying to figure out what I’m missing… or if something changed. Is it ever possible to reliably use the “ = “ operator in an expression (specifically within the condition of an IF statement), or do you always need to use the EQ Boolean function? Thanks!
2) What is the expected behavior?
if(1=2,”That’s unexpected!”,”Seems to be working”) … Should resolve to “Seems to be working!” …since “1=2” is false.
3) What is happening/not happening?
if(1=2,”That’s unexpected!”,”Seems to be working”) … is resolving to “That’s unexpected!”
4) Post a Green Snapshot of the piston
5) Attach any logs (From ST IDE and by turning logging level to Full)
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.