PopString
Pops a string value from a stack.
native void PopString(char[] buffer, int maxlength, int& written = 0)
Parameters
char[] buffer
Buffer to store string.
int maxlength
Maximum size of the buffer.
int& written
Number of characters written to buffer, not including
the null terminator.
Return Value
voidError
The stack is empty.