Error Messages/40068
Error Text
The value for the local index is not a list, or does not evaluate to be a list of values.
Cause
You've declared a local index using something like:
- Index J := «expr»;
and when the expression «expr» was evaluated, it was not one-dimensional. An index can only contain a 1-D list of values, so this error occurs when «expr» is a single atomic value, or if it is multi-dimensional.
Comments
Enable comment auto-refresher