Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimizing a replace line
Message
 
 
À
12/07/2001 21:07:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00530046
Message ID:
00530050
Vues:
12
This message has been marked as the solution to the initial question of the thread.
>I would like to optimize this code into one line. Is that possible?
>
>
>lcExec=FIELD(lnCompteur)
>REPLACE (lcExec) WITH CURVAL(FIELD(lnCompteur))
>
Folowing should work
REPLACE (FIELD(lnCompteur)) WITH CURVAL(FIELD(lnCompteur))
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform