xHarbour Reference Documentation > Command Reference |
Releases all dynamic memory variables.
CLEAR MEMORY
The CLEAR MEMORY command releases all dynamic memory variables (PRIVATE and PUBLIC variables). When the command is complete, neither symbolic names of PRIVATE and PUBLIC variables exist nor their values. This is different from the RELEASE command, which assigns the value NIL to dynamic variables currently visible.
Note: GLOBAL, LOCAL and STATIC memory variables are not affected by CLEAR MEMORY.
See also: | CLEAR ALL, CLEAR GETS, RELEASE, RESTORE, SAVE |
Category: | Memory commands |
Source: | rtl\memvars.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com