Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When is .NULL.= .NULL.?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00398289
Message ID:
00398375
Vues:
13
>>Yep, I always forget that one. Should've said "no FoxPro data type". Tend to
>>think too much some times in VFP terms rather than broader ones. Thanks for
>>the heads up.
>
>
lnValue = 10
>lnValue = .NULL.
>?TYPE("lnValue")
In addition, if a variable is created as a .NULL. initially, its type is Logical (default for new variables in VFP).
Ex.
luvalue = .NULL.
? type("luvalue") 77 returns L
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform