Error Messages/42698
Example Error Messages
- Syntax error at line 2 while checking Ch1:
if Cumulate(b,Month)
↑
- Then required here.
Description
A syntax error means that the expression you have doesn't follow the syntax rules of the Analytica expression language, which are the rules that define when a sequence of characters is well-formed. In the example above, the syntax of If requires that the word Then follows the condition, but is missing.
See Also
Comments
Enable comment auto-refresher