procedure Exchange(Index1: Integer; Index2: Integer);
Swaps the position of two items in the Items array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index1 | Integer | |
| 2 | Index2 | Integer |
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.