GetArrayString Function

Retrieves a string value from an array.

int GetArrayString(Handle array, int index, char[] buffer, int maxlength)

Parameters

Handle array

Array Handle.

int index

Index in the array.

char[] buffer

Buffer to copy to.

int maxlength

Maximum size of the buffer.

Return Value

Number of characters copied.

Errors

Invalid Handle or invalid index.