Error Messages/40466
< Error Messages
Revision as of 23:24, 7 May 2010 by Lchrisman (talk | contribs) (Created page with '= 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…')
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 variable and I is supposed to be an index, but for some reason, I is not a valid index.
Comments
Enable comment auto-refresher