Error Messages/41011

< Error Messages
Revision as of 22:27, 9 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The first parameter to MdTable must be a 2-D table. = Cause = MdTable converts a passed 2-D representation of a multidimensional table to a…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

The first parameter to MdTable must be a 2-D table.

Cause

MdTable converts a passed 2-D representation of a multidimensional table to a multidimensional table. The first parameter to the function must be a 2-D table but something else was passed.

This error is sometimes also triggered when the 2-D table passed as the first parameter is not indexed by either the second parameter, <<Rows>>, or the third parameter, <<Cols>>.

Remedies

Pass in a 2-D table indexed by the indexes passed as the second and the third parameter to resolve this error.



You are not allowed to post comments.

Comments
<comments />