PreviousaddLast Up
orderedcollection
addSubCollectionLastNext

orderedcollection Method addSubCollectionFirst

Prefix the contents of this ordered collection with the subcollection indicated by the collection aCollection and the indices fromIndex and toIndex. 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