Up
ByteArray
newNext

ByteArray Method fromBuffer

Returns a new ByteArray instance from the data in buffer lnkValue. The length of the data is calculated by searching backwards from the end of the buffer and finding the last non-space and non-null character. Specify the buffer size in bytes in lnkSize.

Using Parameters
lnksize PIC S9(9) COMP-5
lnkvalue PIC X
Returning Parameter
lnkobject OBJECT