Futurebasic/Language/Reference/kill dynamic
KILL DYNAMIC
editSyntax
editKILL DYNAMIC arrayName
Revised
editMay, 2001 (Release 5)
Description
editThis 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
editCOMPRESS DYNAMIC; DYNAMIC; READ DYNAMIC; WRITE DYNAMIC