Futurebasic/Language/Reference/kill dynamic

From Wikibooks, open books for an open world
Jump to navigation Jump to search

KILL DYNAMIC[edit | edit source]

Syntax[edit | edit source]

KILL DYNAMIC arrayName

Revised[edit | edit source]

May, 2001 (Release 5)

Description[edit | edit source]

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 | edit source]

COMPRESS DYNAMIC; DYNAMIC; READ DYNAMIC; WRITE DYNAMIC