29. INVALID NUMBER OF INITIALIZATION VALUES IN A DATA/INIT/CALC SECTION.

When assigning values to an array, you must assign a value to every element in data, init and calc statements.  LINGO keeps track of the number of values you specified and checks this against the length of each array being assigned.  If the two numbers don’t agree, LINGO prints this message along with the number of values that are required.