Error Messages/41117
Error Message
- Syntax Error: Expecting '='
Description
This indicates that you have begun a subscript operation but the = doesn't appear after the index name. For example:
Reliability[Supplier]
A subscript requires an index value (or expression that computes an index value) such as
Reliability[Supplier='Supplier A']
You do not list the indexes of a variable when you used that identifier in an expression. There are other languages that require you to do so, but not in Analytica. You simply use the identifier, Reliability, if you intend for the full value to be there.
Exceptions
There are a few situations where you can omit the index from the brackets.
- In a dynamic offset. For example
- When a local variable declared its dimension(s).
See also
Comments
Enable comment auto-refresher