PreviouscontainsCharacters Up
ByteArray
descriptionNext

ByteArray Method copyFromTo

Return a new ByteArray instance containing the same characters as this instance between indices lnkStartIndex and lnkEndIndex.

Using Parameters
lnkStartIndex PIC S9(9) COMP-5
lnkEndIndex PIC S9(9) COMP-5
Returning Parameter
lnkNewByteArray OBJECT