PreviousindexOfSubCollection Up
sequencedcollection
isatIdentityNext

sequencedcollection Method insertAllAfter

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.

Using Parameters
anindex PIC S9(9) COMP-5
acollection OBJECT
Returning Parameter
anewcollection OBJECT