ArrayList.Get Method

Retrieves a cell value from an array.

any Get(int index, int block, bool asChar)

Parameters

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 index.