removing extra digits from a number
I'm trying to remove the extra digits under 1 in a screen text (example; 1.049487271) but I don't know where to start.
I'm trying to remove the extra digits under 1 in a screen text (example; 1.049487271) but I don't know where to start.
Microstudio does have a round() function, which rounds a number to the nearest whole number. I'd recommend taking a look at the documentation, as there's a lot of helpful information in there.