ID: Q89177
The information in this article applies to:
The RELEASE ALL command does not purge all memory variables currently contained in memory, as the command name seems to imply.
Public variables must be released by stating the variable's name specifically. Also, when the RELEASE ALL command is used in a program module, it does not release variables other than those in the current module. To release a particular variable in another module, or in a module declared with the PUBLIC identifier, use the RELEASE <variablename> command.
Additional reference words: FoxDos FoxWin 1.00 1.01 1.02 1.x Clear Memory Return Save Store 2.00 2.50 2.50a KBCategory: kbenv kbprg KBSubcategory: FxenvMemory
Last Reviewed: June 27, 1995