You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Operator

Mandatory

Specify the operator that will be used in a mathematical expression of:

     Factor1  (Operator) Factor2 = Result

Rules

The list of operators is:

+

Add

-

Subtract

/

Divide

*

Multiply

S

Set

 Warning

  • If the operation for a calculation line is / (Divide), a check will be automatically performed to ensure Divide by zero errors are prevented.
  • If the value within Value 2 is 0, the Result value will be automatically set to 0. If the value within Value 2 is not 0, then the / (Divide) operation will be performed.

Also See

Mathematical Calculation Example

  • No labels