[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
C2077 Too many parameters
Explanation: You specified a function or procedure definition with
more than the maximum of 255 parameters in a PARAMETERS statement. Use
of this many parameters indicates an overly complex routine.
Action: Some suggestions to resolve the problem are:
1. Divide the routine into two or more subroutines.
2. Use an array instead of variables to pass a large number of values
between routines.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson