!!PRC- Percent

Percent uses the same logic as [MLT|MLT_OPERATOR], 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

||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If 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|Edit:Internal.PRC_OPERATOR] 	
[{InsertPage page='Internal.PRC_OPERATOR' default='Click to create a new notes page'}]