Error Messages/41156
< Error Messages
Revision as of 18:10, 23 February 2010 by AManandhar (talk | contribs)
Error Message Examples
In the call to MdArrayToTable(A, I, L, valueIndex), the <<L>> parameter contains too few elements. Since, ValIndex (the <<valueIndex>>) has 5 columns, <<L>> must have at least 6 elements, but currently has only 5.
Cause
The <<valueIndex>> parameter passed to the MdArrayToTable must be a proper subset of the <<L>> parameter, and so <<L>> should have more elements than in <<valueIndex>>.
You may have either:
- missed one or more elements to the <<L>> parameter.
- specified one too many elements in the <<valueIndex>> parameter.
Please click on the following link to see an example use of MdArrayToTable.
Remedies
Add the missing elements to the <<L>> parameter or remove the extra elements to <<valueIndex>> column to resolve this issue.
Comments
<comments />
Enable comment auto-refresher