Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple tests in an if
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Multiple tests in an if
Miscellaneous
Thread ID:
00470871
Message ID:
00470871
Views:
50
I am trying to use an if statement to test a condition.
I only want to do the body of the if when CStr_Lata = X.
the problem is that I have about 80 values for X that should make the condition true. I tried using or's in between like:
cstr_lata = 120 or cstr_lata = 122 or....

and so on, but it gets really long and i am sure it is slow. I also thought about using the in statement:
if cstr_lata in(120,122,....)
but i am not sure if that will work.
Would an array works better?
Any ideas how i can test for one of about 80 values being true?
Thanks,
Ryan Uhl
Next
Reply
Map
View

Click here to load this message in the networking platform