InsertAfter adds an item to a collection after a specified position |
Member of List Collection (PRIM_LCOL)
Name | Type | Data Type | Description |
|---|---|---|---|
Item | *Input | Instance to be stored in the collection | |
Index | *Input | Integer | Position after which to add the item |
InsertAfter adds an item to a collection after the specified position.
Specifying an index that does not exist will result in a run time error.
Inserting an existing reference into a collection. The item will be the fourth in the collection.
#Collection.InsertAfter(#Object 3)