ArrayReverse

Returns an array with all of the elements reversed.

The value in [0] within the input array will then exist in [n] in the output array, where n is the amount of elements in the array minus one.

Method Signature

ArrayReverse(array=[array])

Arguments

ArgumentTypeRequiredDescriptionDefault

array

array

true

The array to reverse

Examples

Last updated

Logo

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