[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2076   Too many parameters

     Explanation:  You specified a function or procedure definition with
     more than the maximum of 255 declared parameters.  Use of this many
     parameters indicates a routine that is too complex.

     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