Changing operators

  1. Within your formula, select an operand.
  2. Right-click, or alternatively from the Operator menu, select a new operator.

    Any of these arithmetic operators are available to use in formulae; add (+), subtract (-), multiply (*), divide (/), as well as the logical operator OR (|).

    The formula is redisplayed using the new operator.

The logical operator OR has been used in the following example formula:

((LU 13 | LU 16) + LU 12)

This means that if LU 13 is non-zero, it is added to LU12, otherwise LU16 is added to LU12.