Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Confusion over NULL
Message
 
 
To
14/03/2007 12:30:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01203230
Message ID:
01203510
Views:
23
You're welcome.

>Thanks for the info. Appreciate your help as always.
>
>>By default, any memory variable created, has type 'L' - logical. With Scatter a memory variable has a type of the corresponding field.
>>
>>zz = NULL
>>? TYPE("zz")	&& L
>>? STR(zz,5) 	&& Error because zz is logical
>>
>>zz = 0
>>zz = NULL
>>? TYPE("zz")	&& N
>>? STR(zz,5) 	&& No Error
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform