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:
00841517
Views:
34
>Hi George,
>
>------
>A null string is a string of zero length and terminated by a CHR(0). A null is completely different.
>------
>
>------
>LOCAL lcstring, lvnull
>lcstring = "" && a zero length string
>lvnull = NULL && a null
>? VARTYPE(lcstring) = VARTYPE(lvnull), VARTYPE(lcstring), VARTYPE(lvnull)
>------
>
>Where is null string on this code ?
>
>
>lcstring = "" && a zero length string
>
>this is a empty string, not a null string.
>
>For you a zero length string is a null string ?
>
Fabio,

By defintion a null string has a data type, a null does not.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform