ArrayStack.TopArray Method

Reads an array of cells from a stack without removing it.

void TopArray(any[] buffer, int size)

Parameters

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.

Errors

The stack is empty.