Last updated 2 months ago
Was this helpful?
Swaps array values of an array at specified positions.
This function is more efficient than multiple assignment statements
ArraySwap(array=[array], position1=[any], position2=[any])
array
true
position1
any
The first position to swap
position2
The second position to swap