ArrayPush(
     array:array,
     anything:value
)
int

Arguments

array

Array to add element to.

value

Value to add to the array.

Return value

New size of the array.

Description

Adds (pushes) the specified value onto the end of the array.

See also:
ArrayCreate
ArrayCopy
ArrayErase
ArrayGet
ArrayPop
ArrayRev
ArraySet
ArraySort