Error Messages/40068

< Error Messages
Revision as of 19:50, 18 November 2009 by Lchrisman (talk | contribs) (Created page with '= Error Text = The value for the local index is not a list, or does not evaluate to be a list of values. = Cause = You've declared a local index using something like: :[[Ind…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Text

The value for the local index is not a list, or does not evaluate to be a list of values.

Cause

You've declared a local index using something like:

Index J := «expr»;

and when the expression «expr» was evaluated, it was not one-dimensional. An index can only contain a 1-D list of values, so this error occurs when «expr» is a single atomic value, or if it is multi-dimensional.

Comments


You are not allowed to post comments.