Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
& command
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00507497
Message ID:
00507545
Vues:
9
>Why the code below does not work in VFP- SP3
> I used to do this in VFP3
>
>**********************
> Store "Joe" to n
> store "Name" to nn
>
> replace &nn with n
>*********************
>
>
> Thanks
>Moisés

This should work, if the table has a Name field (BTW, you better not use Name as a field name, since it's a reserved word)

You can do it this way, though:
replace (nn) with n in MyTable.

This will always work.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform