ID:287041 Arithmetic expression cannot compare a number to a quoted string

CAUSE: In an arithmetic expression in a Text Design File (.tdf), you used the specified quoted string, and the expression is an equality comparison with a "string equality" (==) or "not equal to" (!=) comparator, but the operand you compared to the quoted string is not a quoted string. You can compare quoted strings only to other quoted strings. For example, "example" == 2 is illegal because "example" is a quoted string and 2 is a number.

ACTION: Make sure both operands in the comparison are quoted strings.