Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error missing operand and macro
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00929995
Message ID:
00929996
Vues:
7
This message has been marked as the solution to the initial question of the thread.
You mistyped varibale name, '&Alias' instead of '&cAlias' . Anyway, you don't need macro substitution in this case.
IF oldval( "MYFIELD", cAlias ) == EVAL(cAlias + ".MYFIELD")
>Could someone tell me why I get error "missing operand" in the following code:
>
>
>cAlias = "MYALIAS"
>IF oldval( "MYFIELD", cAlias ) == &Alias..MYFIELD   && Error!
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform