For some reason when I do an IF condition like LT or EQ on two strings and have a true value, I always get a “Mismatched IR Tags” error. Inside my if condition I just have a comment and nothing else.
This is what I have
IF =test eq =test —> Thows Mismatched IR Tags
COMMENT
IF =test eq =test1 —> No Error
COMMENT
Can anybody explain what is going on here?
Thanks in advance
Marcus de Leon