PreviousgreaterThan Up
ByteArray
greaterThanOrEqualNext

ByteArray Method greaterThanbyLengthValue

Return True (1) if the value of this ByteArray is greater than the first compareLength bytes of compareValue, else return False (0).

Using Parameters
comparelength PIC 9(9) COMP-5
comparevalue PIC X
Returning Parameter
lnkbool PIC 99 COMP-5