![]() 417 INVALID ASSIGNMENT OPERATOR - LOGIC ID ID# LINE# line# |
![]() Virtual Machine |
![]() |
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
Topic ID: 710274