native

ArrayGetString

Syntax

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

Return

Number of characters copied

Error

If an invalid handle or an invalid index is provided an
error will be thrown.