Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6010 - Hex literal contains non-hex character

6010   Hex literal contains non-hex character

Cause

This error occurs if a hexadecimal string or a numeric literal includes illegal characters. Hexadecimal string and numeric literals in JADE can contain only the characters 0 through 9, a through f, and A through F. They cannot contain decimal points (hexadecimal Real or Decimal quantities cannot be defined).

Action

Change your source code to remove the non-hexadecimal characters from the string or numeric literal.