Using the RELEASE ALL Command in FoxPro & FoxBASE+/Mac

Last reviewed: June 27, 1995
Article ID: Q89177
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, versions 1.0, 1.01, 1.02, 2.0, 2.5,and 2.50a
  • Microsoft FoxPro for Windows, versions 2.5 and 2.5a
  • Microsoft FoxBase for the Macintosh, version 2.01

SUMMARY

The RELEASE ALL command does not purge all memory variables currently contained in memory, as the command name seems to imply.

MORE INFORMATION

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


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 27, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.