SUPER NATURAL Quick Reference
Arithmetic Calculation Operators (CALC lines)

    +  for Addition
    -  for Subtraction
    *  for Multiplication
    /  for Division
   ( ) to group an expression
    =  for Assignment or Results
   ' ' to designate a text string

Example 1, DE = '*' to assign the value * to the field reference DE.
Example 2, DE = DF + DA - (EA - EB).

Forward to: Sort/Control (S/C) Column Entries

Back to: Super Natural Home Page