Error Messages/40620

< Error Messages
Revision as of 01:09, 21 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The third parameter, L, passed to MdArrayToTable, is not a 1-D array of identifiers. You may encounter a subtlety here. The expression provided …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

The third parameter, L, passed to MdArrayToTable, is not a 1-D array of identifiers.

You may encounter a subtlety here.  The expression provided for L is evaluated, so the value, rather than the index value, is used.
If you have defined an index L as a list of identifiers, such as [I,J,K,"value"], you must use IndexValue(L) as the third parameter
in order to use L's index value, rather than its evaluted value.  Alternatively, if L is an index, you can set its metaOnly
attribute to 1.

Cause

Remedies



You are not allowed to post comments.

Comments
<comments />