void Move(Int32 CurIndex, Int32 NewIndex)
Changes the position of an item in the Items array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | CurIndex | Int32 | |
| 2 | NewIndex | Int32 |
Result: stored in self (calling object)
Remarks:
Call Move to move the item at the position CurIndex so that it occupies the position NewIndex. Indexes are zero based.