[<<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.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson