Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IsNumeric - VFP analogue?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00307922
Message ID:
00308052
Vues:
65
>>> Another observation, which I found in Help file: EMPTY() is not an optimizable function. So, instead of EMPTY() now I use ''<> myfield.

Nadya,

A safer alternative would be;

MyField <> SPACE(LEN(MyField))

because with SET EXACT OFF and SET ANSI OFF '' equals everything.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform