Hi
I am using a very simple If statement with "Starts with" that throws ""statement couldn't be evaluated".
If I change it to "Contains" no error is thrown but it evaluates as false when it's true.
So, I switched to a "Switch" statement (no pun intended) and I get the same results.
I then tried setting a variable rather than using a literal comparing one variable with another and I get the same result.
Below is a screenshot of the code. Notice that I display a message to make sure that the data is correct.
This is driving me nuts. Any assistance will be appreciated.
Thanks, Mark.
