Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVALUATE not support null parameter
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00841002
Message ID:
00841031
Views:
26
>
>Nope. If you do "x=null", x is not a string, is null (no datatype).

Are you sure? Try
x = ""
? TYPE("x")  && "C"
x = Null
? TYPE("x")  && "C"
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform