PushArrayString
Pushes a string onto the end of an array, truncating it
if it is too big.
native int PushArrayString(Handle array, const char[] value)Parameters
const char[] value
String to push.
Return Value
int Index of the new entry.Error
Invalid Handle or out of memory.