Previous Topic: E2AENext Topic: E2CE


E2BE

Odd length hex constant “<constant>“

Reason

Hexadecimal constants must be in multiples of bytes. Because there are two hexadecimal digits per byte, you cannot use an odd length.

Action

Correct constant and try again.