Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EMPTY() Bug - Review
Message
De
30/04/2004 06:04:46
 
 
À
30/04/2004 03:50:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00899617
Message ID:
00899642
Vues:
18

Marvin, personally I think a numeric value of zero should not return .T.
for empty() becasue zero is a valid value for a numeric.


EMPTY() is not a validate test for data domain expression,
and it is not a validate test for data unknown.

For zero it must return .T., and it do this:
? EMPTY(0)
z = 0
? EMPTY(m.z)
You have confused EMPTY() with ISBLANK() ?
? EMPTY(''),ISBLANK('')
? EMPTY(0),ISBLANK(0)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform