PA_SetArrayInArray

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

version 2003


PA_SetArrayInArray (array; index; value)

ParameterTypeDescription
arrayPA_Variable2 dimensional array
indexlongindex of the array element
valuePA_Variablearray 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.


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