Use this to swap values between two members of an array.
|
Parameter Name |
Purpose |
A |
Array |
Select the Array to copy a value from |
B |
Index 1 |
Set the location of the first value to swap |
C |
Index 2 |
Set the location of the second value to swap |