I'm trying to use the following expression in an event trigger:
I'm fairly certain the expression is valid syntax, but EasyTrigger doesn't like it and is generating the following error in the log each time the event trigger is evaluated:
Any ideas why ET doesn't like the expression?
Code:
($NEWVALUE = 1 Or $NEWVALUE = 9) And ($OLDVALUE <> 1 And $OLDVALUE <> 9)
Code:
Jun-04 5:40:00 PM EasyTrigger ERROR mismatched input 'Or' expecting ')' at line 1:7 missing EOF at ')' at line 1:15 Jun-04 5:40:00 PM EasyTrigger ERROR mismatched input 'And' expecting ')' at line 1:8 missing EOF at ')' at line 1:18
Any ideas why ET doesn't like the expression?
Comment