Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> error 43 duplicate identifier or label pp 322</b> http://www.X-Hacker.org [<<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.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson