Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimization on one line
Message
De
12/07/2001 21:58:43
 
 
À
12/07/2001 21:37:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00530057
Message ID:
00530062
Vues:
22
>In my quest of optimizing my code, how about this one:
>
>
>lcField=FIELD(lnCompteur)
>IF &lcField<>OLDVAL(FIELD(lnCompteur))
>
So. . .
IF FIELD(lnCompteur) <> OLDVAL(FIELD(lnCompteur))
. . . doesn't work?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform