Previous Topic: CALC006ENext Topic: CALC008E


CALC007E

Hex constant must contain even number of hex digits

Reason:

An invalid hexadecimal literal or constant has been specified. A hexadecimal literal specifies the contents of one or more bytes; two characters in the range 0 to 9 or A to F must be specified for the contents of each byte.

Action:

Ensure that an even number of characters is in the literal or constant.