Difference between revisions of "CLEAR MEMORY"

From Recital Documentation Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Memory Variables
 
 
 
 
==Purpose==
 
==Purpose==
 
Release all memory variables
 
Release all memory variables
Line 26: Line 22:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Memory Variables]]
 +
[[Category:Memory Variables Commands]]

Latest revision as of 14:50, 10 November 2009

Purpose

Release all memory variables


Syntax

CLEAR MEMORY


See Also

CLEAR, CLEAR ALL, CLEAR GETS, CLEAR LOCKS, Parameter Passing, RELEASE, STORE


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.


Example

clear memory


Products

Recital Server, Recital