Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alternative to RELEASE ALL LIKE?
Message
From
11/04/2003 16:52:36
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00776765
Message ID:
00776792
Views:
13
>I have an object that sets up a pseudo Pro Series environment so I can run something that is meant to be run in Pro Series. Afterwards, another method cleans up the mess. Except it doesn't.
>
>In there, I use RELEASE ALL LIKE g?_* because I don't use an underscore in my variable names. This works perfect from the command window. The problem is, according to the docs, this command doesn't work from within a program. Sigh. So what I'm looking for is something that will do that exact same thing, but actually work from within a program.
>
>Any ideas?
>
>BTW, I don't want to go the save memory vars option because it doesn't save objects.
>
>Thanks,
>
>Michelle

So why are you using public variables at all? Variables declared private in the main program work just like publics, but they won't have the documented limitation.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform