PreviouscopyFromTo Up
dynamicArrayedCollection
copyReplaceAllNext

dynamicArrayedCollection Method copyReplace

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

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