PA_SetArrayInArray


version 2003


PA_SetArrayInArray (array; index; value)

Parameter Type Description
array PA_Variable 2 dimensional array
index long index of the array element
value PA_Variable array element to set

Description

The routine PA_SetArrayInArray sets the index element of the array array to value .

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

See Also

PA_GetArrayInArray .