ReadPackString Function

Reads a string from a data pack.

void ReadPackString(Handle pack, char[] buffer, int maxlen)

Parameters

Handle pack

Handle to the data pack.

char[] buffer

Destination string buffer.

int maxlen

Maximum length of output string buffer.

Errors

Invalid handle, or bounds error.