Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>clear memory</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson