Error Messages/40111
Error message examples
Comma expected between items in list.
Cause
You have missed a comma between two index identifiers or between two values in a list.
Examples:
Table(IndexA IndexB) ...
[1, 2, 3, 4, 5 6] ...
Remedy
Add the missing comma to separate the indexes.
See Also
Comments
Enable comment auto-refresher