void Exchange(Int32 Index1, Int32 Index2)
Swaps the position of two items in the Items array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index1 | Int32 | |
| 2 | Index2 | Int32 |
Result: stored in self (calling object)
Remarks:
Call Exchange to swap the positions of the items at positions Index1 and Index2 of the Items array. The indexes are zero-based.