|
![]() |
![]() |
version 2003
PA_GetPointerInArray (array; index) → PointerBlock
Parameter | Type | Description | |
array | PA_Variable | → | array |
index | long | → | index of the element |
Function result | PointerBlock | ← | Value of the index element |
Description
The routine
PA_GetPointerInArray
returns the value of the
index
element of the pointer array
array
.
See Also