[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 43               Duplicate Identifier or Label              pp 322

 Source:  Compiler

 Cause:   Identifier or Label has already been used in the current block.

 Remedy:  Back track from the cursor position to find the previous
          declaration.


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


 Example:
       VAR
          IntVar : Integer ;   { Correct - first declaration    }
          IntVar : Byte    ;   { Wrong   - duplicate definition }

       BEGIN
       END.

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