PreviousaddSubCollectionFirst Up
orderedcollection
insertAllAfterNext

orderedcollection Method addSubCollectionLast

Append the contents of the subcollection indicated by the collection aCollection and the indices fromIndex and toIndex to this ordered collection. aCollection must be a kind of sequenced collection otherwise an exception will be raised.

Using Parameters
acollection OBJECT
fromindex PIC S9(9) COMP-5
toindex PIC S9(9) COMP-5