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.

See also

Comments


You are not allowed to post comments.