Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know whether the variable already exist or not.
Message
From
06/05/2001 23:57:35
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australia
 
 
To
06/05/2001 23:08:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00504059
Message ID:
00504063
Views:
20
Hi E C,

Take a look at TYPE() in the Help. You could do something like:
IF TYPE("myvariable") = "U"
    * ----- Variable is undefined
ELSE
    * ----- Variable is defined
ENDIF
Hope this helps,
Gavin...

>Can I find out whether the variable is already exist or not?
>
>TIA.
Previous
Reply
Map
View

Click here to load this message in the networking platform