Please add round function in action Script.
It should be working like standard round function with two parameters:
round(x,precision) - rounds a number with demand precision after coma.
For example:
round(2.234567, 2) = 2.23
[Function in script] Round
Moderator: Martin
Re: [Function in script] Round
I add it to the todo-list.
You can also use the numberformat pattern if you want to use the rounding to format the number for displaying purposes:
-action Notification on Screen: {1.23456,numberformat,0.00}
You can also use the numberformat pattern if you want to use the rounding to format the number for displaying purposes:
-action Notification on Screen: {1.23456,numberformat,0.00}