Difference between revisions of "CLEAR MEMORY"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Release all memory variables | Release all memory variables | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[CLEAR]], [[CLEAR ALL]], [[CLEAR GETS]], [[CLEAR LOCKS]], [[RELEASE]], [[STORE]] | + | [[CLEAR]], [[CLEAR ALL]], [[CLEAR GETS]], [[CLEAR LOCKS]], [[Parameter Passing]], [[RELEASE]], [[STORE]] |
Line 29: | Line 22: | ||
==Products== | ==Products== | ||
− | Recital | + | 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