So here's the deal. I have a game that has a font that I love, however, due to the aesthetic, (A soccer scoreboard) I need to break my score into hundreds, tens, and ones all with separate counters (The font I'm using isn't fixed width).
What's my best option here? Converting to a string then breaking it apart? (With Len? I think) or is there an easy math based way to accomplish this without the number to string back to number conversion?
Thank you for your help!
