446     NUMERIC EXPRESSION EXPECTED IN ASSIGNMENT STMT - LOGIC ID ID#
            LINE# line#

Cause:             The data type of the variable (value to the left of the '=' sign) in the Assignment statement is numeric.  Therefore, the operand (value to the right of the '=' sign) must also have a data type of numeric.

Action:            Modify the operand in the Assignment statement to represent a numeric expression or change the variable to represent an alphanumeric expression.

Comment on this topic

Topic ID: 710303