
How many logical operators are allowed in a complex IF?
If I want to do something when %a% equals any one of 10 different values is a complex IF the best way to do that? eg
IF>{(%a% = 5) OR (%a% = 7) OR (%a% = 8.7) OR [7 more times] }
or is there a better way to do it?