xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

CLEAR MEMORY

Releases all dynamic memory variables.

Syntax

CLEAR MEMORY

Description

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.

Info

See also:CLEAR ALL, CLEAR GETS, RELEASE, RESTORE, SAVE
Category: Memory commands
Source:rtl\memvars.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe