Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Confusion over NULL
Message
 
To
13/03/2007 21:02:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01203230
Message ID:
01227583
Views:
17
This behavior is due to the fact that your variable never had a data type assigned to it while hte fields and scattered variables doi have a data type assigned to them. Try this one;
zz = 0
zz = NULL
?str(zz)
No error because the data type of zz has been set to numeric so the STR() function works.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform