Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RELEASE A SPECIFIC PUBLIC VARIABLE
Message
From
19/03/2001 22:55:15
 
 
To
19/03/2001 21:56:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00486726
Message ID:
00486740
Views:
9
>HOW CAN I JUST RELEASE A SPECIFIC PUBLIC VARIABLE INSTEAD OF RELEASE ALL OF THEM

Just add the variable name after the RELEASE. For instance, if you have a public variable named "glTesting" and another named "glStarted", you can get rid of glTesting with
RELEASE glTesting
and you can get rid of them both without affecting other variables with
RELEASE ALL LIKE gl*
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Reply
Map
View

Click here to load this message in the networking platform