Hi,
I have function returning me a number between 0 and 1. The code works fine but I want to show the number in a dynamic text box.
The problem is that it shows the full number like so: 0.12975439
I want to show only 2 digits after the dot, like so: 0.12
How can I do that?
Thanks in advance.
