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

Click here to load this message in the networking platform