ArrayPush

Adds an element or an object to the end of an array, then returns the size of the modified array.

Method Signature

ArrayPush(array=[modifiableArray], value=[any])

Arguments

ArgumentTypeRequiredDescriptionDefault

array

modifiableArray

true

The array to which the element should be appended.

value

any

true

The element to append. Can be any type.

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC