Formating Variable

Is it possible to format variable in RM?
This is what I have now:

image

But I would like to display only 2 digits after the dot.
I can convert this number to Integer but Decimal with 2 digits after
the dot is desired.

1 Like

You could use variable math. There is a round function. So multiply by 100, round, then divide by 100. Variable math can be found in Set Variable, and works for decimal or integer values.

3 Likes

Thank you very much, Bruce.
The suggested trick worked very well:
image

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.