Hi,
I think this is pretty easy but I just can't find it...
Is there a way to check if a variable has one of several possible values?
I know I can use a CASE statement but I'm looking for a simpler method. Something like:
IF variable1 IN (value1, value2, value3) THEN
true
else
false
end if
Thanks in advance,
Gerry
I think this is pretty easy but I just can't find it...
Is there a way to check if a variable has one of several possible values?
I know I can use a CASE statement but I'm looking for a simpler method. Something like:
IF variable1 IN (value1, value2, value3) THEN
true
else
false
end if
Thanks in advance,
Gerry