PRC_OPERATOR

PRC- Percent#

Percent uses the same logic as MLT, but assumes Operand 3 will be a percent figure.

Take the percent value of Operand 2, store result in Operand 1

Example
Find 1% of the employee’s annualized salary, and store it into the Variable 1 Percent

LineCMDOTOperand 1OPEROTOperand2OTOperand3If Goto Else GoTo
00010 LET V ANNUALIZED WAGE WAGE WB YR 00020
00020 LET V 1 PERCENT PRC V ANNUALIZED WAGE N 1 99999
99999 EXIT 99999


Notes #

Click to create a new notes page