Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6005 - Invalid number

6005   Invalid number

Cause

This error occurs when the input contains a literal number that is invalid.

A number in JADE must be in the following format.

[+|-] nnn[.nnn]

If a number contains two or more decimal points or contains non-numeric characters, this error will result.

Action

Change the number in your source code. If you attempt to define a hexadecimal number, you should precede the number with a number, or hash, sign (#).