Function Calculator
Activity Description
Runs VB script syntax functions. The Function Calculator performs various calculations on variables.
Output
The calculation's result.
note
The activity supports the following functions: Abs, Ceiling, Floor, Max, Min, Pow, Round, Sgn, Sqr.
Settings
- Formula – The VB script syntax functions. For example,
%number1% + %number2%
orround(%cpu1%,2)
.