Error Messages/42475

< Error Messages
Revision as of 20:17, 3 December 2010 by Lchrisman (talk | contribs) (Created page with "= Error Message = Syntax error at line 1 while checking: x**2 ^ Expression expected. = Cause = The expression entered (usually into the Definition attribute, but poss...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message

Syntax error at line 1 while checking:
  x**2
   ^
Expression expected.

Cause

The expression entered (usually into the Definition attribute, but possibly into the [Check attribute] or [Domain Attribute|domain expression]) is not a valid Analytica expression. In the above example, Analytica has no ** operator, hence the ** is not recognized. Syntax errors might be caused from missing operators (e.g., 4 x instead of 4*x), extra closing parens, unrecognized symbols, etc.

Comments


You are not allowed to post comments.