copyFromTo | sequencedcollection | copyReplaceAll |
Return a copy of the receiver with the elements between fromIndex and toIndex replaced by the contents of a collection.
fromindex | PIC S9(9) COMP-5 |
toindex | PIC S9(9) COMP-5 |
acollection | OBJECT |
anewcollection | OBJECT |