GetArrayArray

Last Updated2023-09-27
Created At2007-07-24

Retrieves an array of cells from an array.

native int GetArrayArray(Handle array, int index, any[] buffer, int size = -1, int block = 0)

Parameters

Handle array
Array Handle.
int index
Index in the array.
any[] buffer
Buffer to store the array in.
int size
If not set, assumes the buffer size is equal to the blocksize. Otherwise, the size passed is used.
int block
Optionally specify which block to read from (useful if the blocksize > 0).

Return Value

int Number of cells copied.

Error

Invalid Handle or invalid index.