PreviousreplaceAll Up
sequencedcollection
reverseNext

sequencedcollection Method replaceSubCollection

Replace the contents of this collection between the indices toIndex and fromIndex with the contents of aCollection starting at fromSource.

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