Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro substitution
Message
De
17/12/1999 15:14:59
 
 
À
16/12/1999 23:37:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00305094
Message ID:
00305431
Vues:
23
Hi Erik,

>cFieldName = "CodeList.Code" + xCode
>uValue = EVAL(cFieldName)

And with an eval() you don't need to define the variable, unlike macro expansion:

uValue = EVAL("CodeList.Code" + xCode)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform