GetArrayString
Retrieves a string value from an array.
native int GetArrayString(Handle array, int index, char[] buffer, int maxlength, int block = 0)Parameters
int index
Index in the array.
char[] buffer
Buffer to copy to.
int maxlength
Maximum size of the buffer.
int block
Optionally specify which block to read from
(useful if the blocksize > 0).
Return Value
int Number of characters copied.Error
Invalid Handle or invalid index.