procedure Insert(Index: Integer);
Inserts an item at position Index
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
Result: stored in self (calling object)
Inserts an item at position Index
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
Result: stored in self (calling object)