Error Messages/40466

< Error Messages
Revision as of 00:05, 5 January 2017 by Lchrisman (talk | contribs) (Local Variables --> Local Values (terminology change))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Error text

The index to an array Slice Assignment is not valid.

Cause

You are making an assignment to an array, such as:

Slice(v, I, 2) := 3

where v is a local value and I is supposed to be an index, but for some reason, I is not a valid index.

Remedies

Correct the assignment expression so that the index is a valid index.

See Also

Comments


You are not allowed to post comments.