Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know whether the variable already exist or not.
Message
From
07/05/2001 22:03:00
 
 
To
06/05/2001 23:08:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00504059
Message ID:
00504526
Views:
17
>Can I find out whether the variable is already exist or not?
>
>TIA.



As Gavin said, TYPE([testvar]) = [U] is Undefined variable.

For Object properties or method:
IF PEMSTATUS(ThisForm, [myKiss], 5) = .T.
  * property exist
ELSE
  * property not exist
ENDIF
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform