Arithmetic

The Arithmetic command allows you to perform four basic arithmetic operations: addition (+), subtraction (-), division (/), and multiplication (*). The general form of the arithmetic command is:

<Left variable> <arithmetic Operator> <Right variable> = <Destination variable>

This command can also be used for date arithmetic, such as:

Date1 - Date2 = Number
Date1 +/- Number = Date2

Or incremental counters, such as

MemVar + 1 = MemVar

Variables