Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When is .NULL.= .NULL.?
Message
From
28/07/2000 18:10:44
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00398289
Message ID:
00398382
Views:
20
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform