PreviousgrowTo Up
sequencedcollection
insertAllAfterNext

sequencedcollection Method indexOfSubCollection

Return the index position of the first occurrence of aCollection within this SequencedCollection, starting the search at anIndex. If the subcollection is not contained within this SequencedCollection, then return zero.

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