Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVALUATE not support null parameter
Message
From
22/10/2003 10:08:04
 
 
To
22/10/2003 09:39:28
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00841002
Message ID:
00841026
Views:
23
Hello Fabio

According to my logic, VFP gives the correct result. As far as I can understand, EVALUATE(.NULL.) does not make any sense at all!!! So it gives an error, of course! That is why you often must check for .NULL. before you do other functions.
What did you expect? Are you confusing EVALUATE with VARTYPE() or TYPE()?

>Hi,
>
>
>x='null'
>? EVALUATE(x)
>* evaluate of null command is null
>x=null
>? EVALUATE(x)
>* I aspected return NULL, but it fire a error
>
>
>Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform