The HEAP_NOSAVE procedure is used to clear the save attribute of pointer or object heap variables. For more information about the heap variable save attribute, see the documentation for the HEAP_SAVE function, which provides a more general interface for managing the save attribute of heap variables.

Syntax


HEAP_NOSAVE, HeapVar

Arguments


HeapVar

A pointer, object reference, or array of pointers or object references for which the referenced heap variables should have their save attributes cleared.

Version History


6.1

Introduced

See Also


HEAP_SAVE