ArrayStack.PopArray Method

Pops an array of cells from a stack.

void PopArray(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.