JCL Help:DynArrayFinalize
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: DynArrayFinalize
Search in JCL Help
Search in all projects
Summary
Releases the memory reserved for the dynamic array.
Parameters
Parameters | Description |
A | The dynamic array variable to finalize. |
Description
DynArrayFinalize releases the memory reserved for the dynamic array. You must always call this function when done using the dynamic array. Note that setting the array's length to 0 with DynArraySetLength does not release all memory associated with the dynamic array.
See Also
DynArrayAllocSize DynArrayLength DynArrayElemSize DynArrayInitialize DynArraySetLength
About
Donator
Marcel van Brakel
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page