Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Error Messages - <b>c2017 duplicate variable declaration</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2017   Duplicate variable declaration

     Explanation:  You declared a variable with the same name as a
     previous variable of the same scope.  For example, STATIC x, followed by
     LOCAL x.

     Action:  This usually occurs when declaring many variables in
     several declaration statements and a variable is specified twice.
     Remove one of the duplicate declarations.

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