Hexadecimal condition values

When adding condition items, if you are specifying a Hexadecimal value, it is specified as a string of pairs of hexadecimal digits (0-9, A-Z), where each consecutive pair of hexadecimal digits specifies one character of the resultant value. For example, the string 0A0D would represent a value containing the ASCII character NL (newline) followed by CR (carriage return), the string 48494A4B would represent a conditional value containing the ASCII string HIJK, and the string F7F3F9 would represent a value containing the EBCDIC string 739. The Hexadecimal option is only allowed for nonnumeric data items.