PA_SetPointerInArray


version 2003


PA_SetPointerInArray (array; index; pointer)

Parameter Type Description
array PA_Variable array
index long index of array element
pointer PointerBlock new value for element index

Description

The routine PA_SetPointerInArray sets the index element of the pointer array array to pointer .

If array is not a eVK_ArrayPointer or if index is out of range, the routine does nothing.

See Also

PA_GetPointerInArray .