Remove trailing zeros
I want to know how to remove trailing zeros from decimals. For example:
10.560 -> 10.56
3.200 -> 3.2
25.000 -> 25
Any ideas?
10.560 -> 10.56
3.200 -> 3.2
25.000 -> 25
Any ideas?
Comments
Set the Text object's formatting to "General" (it is "Currency" for decimals by default).