MSIR.0584 Invalid expression

From m204wiki
Revision as of 14:53, 9 November 2010 by 198.242.244.47 (talk) (Created page with "An expression that did not end correctly was specified in an HTML or TEXT block. Most likely, this is a case of the expression start character occurring in an HTML or TEXT block ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An expression that did not end correctly was specified in an HTML or TEXT block. Most likely, this is a case of the expression start character occurring in an HTML or TEXT block for something other than an expression, or the expression end characters being mis-typed or left off by mistake. The former case is most likely to happen with the default expression start of "{" when the HTML or TEXT block contains code from a programming language such as JavaScript. I such a case, either specify NOEXPR on the HTML/TEXT statement or specify a different expression start character using the EXPRSTART parameter.