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>c2034 formal parameters already declared</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2034   Formal parameters already declared

     Explanation:  You declared a function or procedure with both
     declared parameters (e.g., FUNCTION (a, b, c)) followed by a PARAMETERS
     statement.  Specifying only one of the two parameter definitions is
     legal.

     Action:  Move all of the parameters listed in the PARAMETERS
     statement to the procedure or function declaration statement and then
     remove the PARAMETERS statement.

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