Error 49

uninitialized variable

This means that the variable you are using was not defined before, has no value assigned so far, but is used in a calculation.

This can happen, if

  • you write an expression by copy/paste from other expressions.
  • you misspelled a variable.

If you are in compile mode this error will also show up if you have defined a variable but have forgotten to define a data type for it. Look here how to define data types.

Xpressionist 3