Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable Existence Check
Message
From
30/09/1998 10:37:57
 
 
To
30/09/1998 10:26:32
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00142381
Message ID:
00142385
Views:
27
>I'd like to check if a variable exists. Can someone point me to the function for this?
>
>It would work just like FOUND(), returning a .t. if the var exists and .f. if it does not.
>
>TIA,
>
>/Chris

Maybe...

TYPE('variable') = 'C' and !ISNULL(variable)

Substitute 'C' for whatever type you're looking for.

paul
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform