Difference between revisions of "CLEAR MEMORY"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Release all memory variables
 
Release all memory variables
 
  
 
==Syntax==
 
==Syntax==
 
CLEAR MEMORY
 
CLEAR MEMORY
 
  
 
==See Also==
 
==See Also==
[[CLEAR]], [[CLEAR ALL]], [[CLEAR GETS]], [[CLEAR LOCKS]], [[Parameter Passing]], [[RELEASE]], [[STORE]]
+
[[CLEAR]], [[CLEAR ALL]], [[CLEAR LOCKS]], [[RELEASE]], [[STORE]]
 
+
  
 
==Description==
 
==Description==
The CLEAR MEMORY command releases all memory variables and frees the storage that they had occupied. This includes user-defined classes, arrays and the system parameters, _para1 to _para9.
+
The CLEAR MEMORY command releases all memory variables and frees the storage that they had occupied.
 
+
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Memory Variables]]
 
[[Category:Memory Variables]]
 
[[Category:Memory Variables Commands]]
 
[[Category:Memory Variables Commands]]

Revision as of 11:12, 10 February 2012

Purpose

Release all memory variables

Syntax

CLEAR MEMORY

See Also

CLEAR, CLEAR ALL, CLEAR LOCKS, RELEASE, STORE

Description

The CLEAR MEMORY command releases all memory variables and frees the storage that they had occupied.

Example

clear memory