Futurebasic/Language/Reference/kill dynamic

KILL DYNAMIC

Syntax

KILL DYNAMIC arrayName

Revised

May, 2001 (Release 5)

Description

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

COMPRESS DYNAMIC; DYNAMIC; READ DYNAMIC; WRITE DYNAMIC