Field-Map Scripting

4.1.10.2 GetArrayLength

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