Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When is .NULL.= .NULL.?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00398289
Message ID:
00398375
Views:
26
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform