
|
<<
Index
>>
|
FutureBasic 5
|
|
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:
compress dynamic; dynamic; read dynamic; write dynamic