Array Collection - InsertAfter Method

InsertAfter adds an item to a collection after a specified position

Member of Array Collection (PRIM_ACOL)

Parameters

NameTypeData TypeDescription
Item*InputPRIM_OBJTInstance to be stored in the collection
Index*InputIntegerPosition after which to add the item

Details

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.

Example

Inserting an existing reference into a collection. The item will be the fourth in the collection.
#Collection.InsertAfter(#Object 3)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2