< Futurebasic < Language < Reference
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
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.