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 variable and I is supposed to be an index, but for some reason, I is not a valid index.
Comments
Loading comments...