GetArrayCell Function

Retrieves a cell value from an array.

any GetArrayCell(Handle array, int index, int block, bool asChar)

Parameters

Handle array

Array Handle.

int index

Index in the array.

int block

Optionally specify which block to read from (useful if the blocksize > 0).

bool asChar

Optionally read as a byte instead of a cell.

Return Value

Value read.

Errors

Invalid Handle, invalid index, or invalid block.