PopStackCell
Pops a cell value from a stack.
native bool PopStackCell(Handle stack, any& value, int block = 0, bool asChar = false)Parameters
any& value
Variable to store the value.
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
bool True on success, false if the stack is empty.Error
Invalid Handle.