|
![]() |
![]() |
version 2003
PA_GetArrayInArray (array; index) → PA_Variable
Parameter | Type | Description | |
array | PA_Variable | → | 2 dimensions array |
index | long | → | Index of the element to access |
Function result | PA_Variable | ← | value 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