Futurebasic/Language/Reference/kill dynamic

KILL DYNAMIC

edit

Syntax

edit
KILL DYNAMIC arrayName

Revised

edit

May, 2001 (Release 5)

Description

edit

This statement releases the memory allocated for use by a dynamic array. The array may still be used after the KILL DYNAMIC statement is executed and will begin to grow once again as information is added.

See Also

edit

COMPRESS DYNAMIC; DYNAMIC; READ DYNAMIC; WRITE DYNAMIC