Lanason
Registered User.
- Local time
- Today, 16:34
- Joined
- Sep 12, 2003
- Messages
- 258
I want to do an "if then" statement in my code, but to see if it matches a list
something list :-
if A= 1 or 2 or 7 or 9 then
but this syntax is wrong
so i need something like
if A= 1,2,7,9 then
is there a slick way to do this?
something list :-
if A= 1 or 2 or 7 or 9 then
but this syntax is wrong
so i need something like
if A= 1,2,7,9 then
is there a slick way to do this?