ID:287079 Assert Statement message string uses <number> message variables, but uses only <number> variables

CAUSE: In an Assert Statement in a Text Design File (.tdf), you used the specified number of message variables, represented as % symbols, in the quoted message text string that follows the REPORT keyword; however, you used a different number of variables in the list of message variables that follows the quoted message string. The number of % symbols in the quoted message text string and the number of variables in the list of message variables must be the same.

ACTION: In the list of message variables, use one variable per % symbol in the quoted message text string. You must use only constants, parameters, and arithmetic expressions as variables.