[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CLEAR MEMORY
 Release all public and private variables
------------------------------------------------------------------------------
 Syntax

     CLEAR MEMORY

 Description

     CLEAR MEMORY deletes both public and private memory variables from the
     memory variable table.  It operates in contrast to RELEASE ALL which
     does not actually delete public and private memory variables, but
     assigns NIL to those whose scope is the current procedure.  CLEAR MEMORY
     is the only way to delete all public memory variables from current
     memory.  Local and static variables, however, are unaffected by CLEAR
     MEMORY.

     For more information on variables, refer to the Variables section of the
     Basic Concepts chapter in the Programming and Utilities guide.

 Files:  Library is CLIPPER.LIB.

See Also: RELEASE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson