Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Defaulting parameter to null
Message
De
20/09/2019 13:09:38
 
 
À
20/09/2019 11:00:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01670958
Message ID:
01671010
Vues:
51
>I have not used EVL() at all - it seems to be just a substitution for something like:
>
>
>lnResult = IIF(EMPTY(tnParameter),0,tnParameter)
>
>
>Is this all it is useful for? Always trying to learn something new...
>
>Also, help notes do not suggest what EVL stand for - "Empty Value test" maybe?

Yes, it's analogous to NVL() and I've been known to nest them to ensure that I get a value that's both non-empty and non-null. I assume EVL() stands for "empty value" (though I prefer to read it as "evil" ;-) ).

Tamar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform