Error Messages/41156

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:

  1. missed one or more elements to the <<L>> parameter.
  2. 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.



You are not allowed to post comments.

Comments
<comments />