ADD - Addition #

Add Operand 2 to Operand 3, store result in Operand 1

Operand 1 = Operand 2 + Operand 3

Example
Add up the total YTD Earnings held in the Element Gross Pay and store them in the Variable YTD Earnings.

LineCMDOTOperand 1OPEROTOperand2OTOperand3If Goto Else GoTo
00010 LET V YTD EARNINGS ADD EC GROSS PAY EY GROSS PAY 99999
99999 EXIT 99999


Notes #

Click to create a new notes page