PA_GetArrayInArray

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GetArrayInArray (array; index) PA_Variable

ParameterTypeDescription
arrayPA_Variable2 dimensions array
indexlongIndex of the element to access
Function resultPA_Variablevalue of the index element

Description

The routine PA_GetArrayInArray returns the value of the index element of the 2 dimensions array array.

if the variable is not a 2 dimensional array, the returned variable is not defined.

See Also

PA_SetArrayInArray.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next