Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Defaulting parameter to null
Message
From
20/09/2019 13:09:38
 
 
To
20/09/2019 11:00:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01670958
Message ID:
01671010
Views:
50
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform