How would I take some numbers (let's say 50, 100, and 5000) and I want to make them all in the format XXXXXXXXX (9 decimal places, like 000000050, 000000100, and 000005000). How would I search the number for the amount of decimal places and make it into that such number (I am going to have random numbers basically though, so it needs to work with 000000000 to 999999999)
Thank you for your help 🙂