ArraySwap

Swaps array values of an array at specified positions.

This function is more efficient than multiple assignment statements

Method Signature

ArraySwap(array=[array], position1=[any], position2=[any])

Arguments

ArgumentTypeRequiredDescriptionDefault

array

array

true

position1

any

true

The first position to swap

position2

any

true

The second position to swap

Examples

Last updated

Logo

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