[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 07               Assignment (:=) was Expected                  pp 321

 Source:  Compiler

 Cause:   Assignment operator missing.

 Remedy:  Examine the statement ahead of the error cursor for the above
          condition.  Check for = being used in place of :=.


 ----------------------------------------------------------------------------


 Example:
       VAR
          IntVar : Integer ;

       BEGIN
          IntVar  = 1234   ;    { Wrong }
          IntVar := 1234   ;    { Correct }
       END.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson