
|
<<
Index
>>
|
FutureBasic
|
kill dynamic
|
|
statement
|
|
Syntax
kill dynamic arrayName
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
dynamic; read dynamic; write dynamic