Hi there,
Is it possible to make a variable number always have the exact same amount of digits in it including 0's and decimals.
For example, I want a variable that begins as 25.0 and counts down at a regular interval by 0.1. I want it to always have 2 numbers and 1 decimal place.
So it might be 22.2, or 05.3 etc.
Thanks in advance.