Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Missing Operand?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00488755
Message ID:
00488801
Vues:
11
> 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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform