Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVALUATE not support null parameter
Message
From
22/10/2003 11:33:00
 
 
To
22/10/2003 11:22:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00841002
Message ID:
00841087
Views:
35
>Then, why VFP fire a error with this ?
>
>
>x=RTRIM(NULL)
>x=NULL
>? x+1
>
For the same simple reason that it does it in your other example. You can't add to a null value. However, RTRIM() and some other functions have some null support and doesn't trigger an error, just returning null instead.

I guess you wanted that EVALUATE behaves the same way. You can ask for it on the VFP Wish List.

See you,
Previous
Reply
Map
View

Click here to load this message in the networking platform