ReadPackString
Reads a string from a data pack.
native void ReadPackString(Handle pack, char[] buffer, int maxlen)Parameters
char[] buffer
Destination string buffer.
int maxlen
Maximum length of output string buffer.
Return Value
voidError
Invalid handle, or bounds error.