indexOfSubCollection | sequencedcollection | isatIdentity |
Return a new collection with the elements of aCollection inserted after the index position anIndex. If anIndex = zero then the elements are inserted at the beginning of the collection.
anindex | PIC S9(9) COMP-5 |
acollection | OBJECT |
anewcollection | OBJECT |