[<<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.

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