Lucee object methods reference

Object Method Array.push

Inserts an array element at the end of an array and return the new size of the array.
Array.push(any value):numeric

Category

array

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
value any  Yes value to prepend