C5_CLEAR MEMORY

 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

 

3 responses to “C5_CLEAR MEMORY

  1. Pingback: Variable Handling | Viva Clipper !

  2. Pingback: C5_RELEASE | Viva Clipper !

  3. Pingback: C5 Commands | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.