native
ezjson_array_replace_string
Syntax
native bool:ezjson_array_replace_string(EzJSON:array, index, const string[]);
Description
Replaces an element in the array with string data.
Parameters
| array | Array handle |
|---|---|
| index | Position in the array to be replaced |
| string | String to copy |
Return
True if succeed, false otherwise
Error
If passed handle is not a valid array