Previouscollect Up
dynamicArrayedCollection
copyReplaceNext

dynamicArrayedCollection Method copyFromTo

Return a new collection of the same species as this OrderedCollection which contains the elements between the indices fromIndex and toIndex.

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