ID:287075 Arithmetic expression cannot contain quoted string "<text>"

CAUSE: In an arithmetic expression in a Text Design File (.tdf), you used the specified quoted string, but the expression is not an equality comparison with a "string equality" (==) or "not equal to" (!=) comparator. You must use quoted strings only in equality comparisons.

ACTION: Remove the quoted string or change the expression so it is an equality comparison.

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.