I have a range of numbers and that will be strings 1.1 , 1.2, 1.10, 1.11 but anything under 1.10 comes in as 1.1. I actually need to some how check if the decimal is 1 digit, then add a leading 0.. so it would be 1.01.
number.tostring("F2")
adds a 0 after but how can i get it before?