In reference to the following line from your forum... how-to-pad-a-number-with-leading-zeros
fmt = New String("0"c, 5) + New String("#"c, digits) + ".##"
What do the 'c's do after the "0" and "#"?
I don't even know what to search for to learn more lol. It also doen;t seem to like other letters but if I debug.print or console.write with and without the c it doesn't appear to make a difference.
It's not a coding issue this is more of a I havn't got a clue if I should really include it or not in future code.