Signature
native ArrayGetString(Array:which, item, output[], size);
Description
Returieves string data from an array.
Parameters
- which — Array handle
- item — Item index in the array
- output — Buffer to copy value to
- size — Maximum size of the buffer
Returns
Number of characters copied
Errors
-
If an invalid handle or an invalid index is provided an
error will be thrown.