SetArrayArray Function

Sets an array of cells in an array.

int SetArrayArray(Handle array, int index, const any[] values, int size)

Parameters

Handle array

Array Handle.

int index

Index in the array.

const any[] values

Array to copy.

int size

If not set, assumes the buffer size is equal to the blocksize. Otherwise, the size passed is used.

Return Value

Number of cells copied.

Errors

Invalid Handle or invalid index.