ArrayPop(
     array:array
)
int

Arguments

array

Array to remove element from.

Return value

New size of the array.

Description

Removes (pops) the last element from the array.

See also:
ArrayCreate
ArrayCopy
ArrayErase
ArrayGet
ArrayPush
ArrayRev
ArraySet
ArraySort