Error Messages/40466
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
Enable comment auto-refresher