Illegal numeric constant

You tried to define a numeric constant, assigning it a value that doesn't match the specified or default data type. For example:

Const ANINT = 1.2%     ' Illegal because 1.2 is not an Integer 

Fix the numeric constant.