JCL Help:DynArrayLength

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the length of a dynamic array.


Parameters

Parameters Description
A The dynamic array whose length you want.


Return Value

Returns the length of the supplied dynamic array in terms of number of elements.


Description

DynArrayLength returns the length of the supplied dynamic array in terms of the number of elements contained in the array. This is always the value supplied to the last call to DynArraySetLength or DynArrayInitialize. Note that a dynamic array is allowed to have a length of 0.


See Also

DynArrayAllocSize DynArrayElemSize DynArrayInitialize DynArrayFinalize 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