Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When is .NULL.= .NULL.?
Message
De
28/07/2000 18:10:44
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00398289
Message ID:
00398382
Vues:
34
That's why I like the new VARTYPE() command
lnValue = 10
lnValue = .NULL.
?VARTYPE(lnValue)
** X
It also makes for less coding when checking object existence.
* instead of 
IF TYPE("loObj")="O" AND !ISNULL(loObj)
* use
IF VARTYPE(loObj)="O"
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform