◄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. -♦-