Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVALUATE not support null parameter
Message
From
22/10/2003 10:09:24
 
 
To
22/10/2003 10:01:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00841002
Message ID:
00841027
Views:
33
>Hi Martin,
>
>>Of course. Evaluate takes a string parameter.
>
>But x is a null string.

Nope. If you do "x=null", x is not a string, is null (no datatype).

If you need to trap for such circumstance in which a character field can be null, you have to use Nvl( null, ""). This would return an empty string, what's very different from a null

Hope this helps,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform