For your proggy you could do something like this:
SCAR Code:
WriteLn(Padr('|~ We typed ' + IntToStr(22)+ ' Messages.', 43)+ '|');
It makes it so you can have a fenced proggy.
SCAR Code:
|==========================================|
| Sports Perm Muter |
| Version 1.0 |
| -Progress Report- |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| We typed 22 Messages. |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
The number of messages can be different and the length will still be the same.
Like:
SCAR Code:
|==========================================|
| Sports Perm Muter |
| Version 1.0 |
| -Progress Report- |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| We typed 10000 Messages. |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|