Difference between revisions of "Error Messages/41011"
Line 17: | Line 17: | ||
==See Also== | ==See Also== | ||
* [[Function calls and parameters]] | * [[Function calls and parameters]] | ||
− | * [[ | + | * [[Tutorial: Arrays]] |
* [[Arrays and Indexes]] | * [[Arrays and Indexes]] | ||
* [[Relational tables and multiD arrays]] | * [[Relational tables and multiD arrays]] | ||
* [[MdTable]] | * [[MdTable]] |
Latest revision as of 19:16, 28 April 2016
Error message examples
The first parameter to MdTable must be a 2-D table.
Cause
MdTable converts a passed 2-D (flat) 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.
See Also
Comments
Enable comment auto-refresher