ID:287032 Constant cannot be defined with quoted number or arithmetic expression "<text>"

CAUSE: In a Constant Statement in a Text Design File (.tdf), you used quotation marks (") around the specified number or arithmetic expression. You cannot use quotation marks around a number or arithmetic expression in a Constant Statement. If the number is binary, octal, or hexadecimal, the quotation marks that surround just the digits in the number are legal—only the quotation marks around the entire number (including the radix prefix) are illegal. For example, B"0110X1X10" is legal, but "B0110X1X10" and "B"0110X1X10"" are not.

ACTION: Remove the quotation marks from the number or arithmetic expression. Do not remove the quotation marks that surround the digits in a binary, octal, or hexadecimal number.