PreviouscopyFromTo Up
sequencedcollection
copyReplaceAllNext

sequencedcollection Method copyReplace

Return a copy of the receiver with the elements between fromIndex and toIndex replaced by the contents of a collection.

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