The R:Calculator Plugin is used to launch a calculator to perform any of the standard operations for which you would normally use a hand-held calculator. An optional theme can be added to the calculator window.
Syntax:
PLUGIN RCalculator vResult|THEMENAME Themename
Where:
vResult is the variable to return the value of the calculated result
Themename will display the calculator using a specified theme
Notes:
•The returned variable value will be the correct data type of the calculated result (INTEGER, DOUBLE, REAL).
•If no variable name is specified, the variable vRBTICalcValue will return the result.