Integer[].Push
SUB
Push
(
Value
AS Integer )
Pushes an element at the end of the array. It is a synonymous of the
Add
method.
Referenced by:
[[GambasComponentGbIntegerArray][Integer[] _(class)_]]