native

ArrayPushCell

Syntax

native ArrayPushCell(Array:which, any:input);

Description

Creates a new item at the end of the array and sets the item's single cell
value.

Parameters

which Array handle
input Value to set

Return

Index of the new entry

Error

If an invalid handle is provided or the resizing
operation runs out of memory, an error will be thrown.