hi,
is there a way to get rid of some decimal places of a number? for example, i have a floating text that counts down from 3 to 0 in 0.2 steps. now it shows numbers like:
3.000
2.800
2.600
...
0.200
0.000
i want to get rid of the last 2 decimal places:
3.0
2.8
2.6
...
0.2
0.0
is there a way to do that?
thanks
is there a way to get rid of some decimal places of a number? for example, i have a floating text that counts down from 3 to 0 in 0.2 steps. now it shows numbers like:
3.000
2.800
2.600
...
0.200
0.000
i want to get rid of the last 2 decimal places:
3.0
2.8
2.6
...
0.2
0.0
is there a way to do that?
thanks