I'm working on doing a new do_score, and I am doing it inside of a preset graphical boundary, so it looks like
a page. I know I can use a number along with my variables to determine the amount of space allocated for it but from
what I seen it always places to the right.
IE:
[%2d] for an Int of 18 would be [18], but if it was for 5 it would be [ 5]
What do I need to do to make it always start from the left, leaving the blank space on the right.
[5 ]