I'm trying to create a program that will generate a character sheet that I will be able to change easily. However, I want it to look good so I'm going to be using some ASCII art to create borders within the sheet. I was wondering how I could create borders that utilized |
and -
but these are going to move when the numbers change.
I imagine there is some function I can use that might be able to place the ending |
in the exact spot it should be and not move when the number goes from 6 to 16 or 16 to 116, or words and letters.
If anyone knows how to do this I would appreciate it highly.