qcenv.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Error: A2076
     Too many values for struc or record initialization
 
     Too many initial values were given when declaring a record or
     structure variable. The number of values in the declaration must
     match the number in the definition. For example, a structure test
     defined with four fields could be declared as shown below:
 
     stest       test    <4,,'c',0>
 
     The declaration must have four or fewer fields.
                                    -♦-