PopStackString Function

Pops a string value from a stack.

bool PopStackString(Handle stack, char[] buffer, int maxlength, int& written)

Parameters

Handle stack

Stack Handle.

char[] buffer

Buffer to store string.

int maxlength

Maximum size of the buffer.

int& written
No description.

Return Value

True on success, false if the stack is empty.

Errors

Invalid Handle.