grip_json_array_append_string

Appends string data in the array.

Syntax

native bool:grip_json_array_append_string(GripJSONValue:array, const string[])

Usage

array Array handle
string String to copy

Return

True — if succeed, false otherwise

Errors

If passed handle is not a valid array

Defined in grip.inc at line 709 . This documentation was automatically generated from source.