GetArrayLength function
Prototype: |
function GetArrayLength(var A): integer; |
|
Description: |
Gets the length of a single dimension array |
|
Syntax: |
variable:= GetArrayLength(A); |
|
Part |
Description |
|
variable |
variable declared as an integer |
|
A |
An Array |
|
Return value: |
Length of a single dimension array |
|
Note: This function is available since version X7.
See also:
SetArrayLength; GetArrayLength; VarArrayOf; VarArrayCreate; VarArrayDimCount; VarArrayLowBound; VarArrayHighBound; VarType; VarIsArray; VarIsNumeric; SetVarArrayValue; GetVarArrayValue
© 2024 IFER-Monitoring and Mapping Solutions