Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EVALUATE not support null parameter
Message
De
22/10/2003 10:08:04
 
 
À
22/10/2003 09:39:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00841002
Message ID:
00841026
Vues:
25
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform