407     INVALID ASSIGNMENT OPERATOR IN STATEMENT - LOGIC ID ID# LINE line#

Cause:             The operator in the Assignment statement is not valid.  The only operator that is valid for an Assignment statement is the equals (=) sign.  Valid operators for intermediate Assignment statements are the following:

+=        Automatic increment
-=Automatic decrement
*=        Automatic multiply
/=Automatic divide

Action:            Enter a valid operator in the Assignment statement.

Comment on this topic

Topic ID: 710264