Error Messages/40349

< Error Messages
Revision as of 17:58, 21 December 2009 by Lchrisman (talk | contribs) (Created page with '= Example Error Text = In the expression A.J, Variable A is not indexed by J = Cause = The syntax ''A.J'' is a way of naming an index, in this case an index of the array ''A'…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Error Text

In the expression A.J, Variable A is not indexed by J

Cause

The syntax A.J is a way of naming an index, in this case an index of the array A having the identifier index identifier J. This syntax is used to refer to local indexes, since local indexes don't exist in the global namespace.

The indicated error occurs when none of the indexes of A are named J.

See Also


You are not allowed to post comments.

Comments
<comments />