Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Missing Operand?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00488755
Message ID:
00488801
Views:
10
> IF &OMDIDX=&OMDID1 OR ;
> &OMDIDX=&OMDID2 OR ;
> &OMDIDX=&OMDID3 OR ;
> &OMDIDX=&OMDID4 OR ;
> &OMDIDX=&OMDID5 OR ;
> &OMDIDX=&OMDID6

What are the values of these variables?

How about this instead (assuming character variables):
lcList = "'" + omdidx + "','" + omdid1 + "','" + omdid2 + "','" + ;
     omdid3 + "','" + omdid4 + "','" + omdid5 + "','" + omdid6 + "'"
IF InList(&lcList)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform