ArrayAppend

Append a value to an array

Method Signature

ArrayAppend(array=[modifiableArray], value=[any], merge=[boolean])

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.

merge

boolean

false

If true, the value is assumed to be an array and the elements of the array are appended to the array. If false, the value is appended as a single element.

false

Examples

Last updated

Logo

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