Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Name expressions vs macro substitution
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Name expressions vs macro substitution
Divers
Thread ID:
00447850
Message ID:
00447850
Vues:
53
After reading the faq on this subject I expected the following line of code to work but it doesn't...

cField='new'
select status
replace (cField) with (cField) + 1

While this does work...

cField='new'
select status
replace &cField with &cField + 1

Where have I gone wrong?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform