[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: right justify
How about checking the length of the output data item
... then LEFT pad it with spaces until you get the desired length
... then print the padded result
Not sure how that will work with a proportional font, but its worth a try :=)
|--------+------------------------------->
| | Geek Unlimited |
| | <geek.unlimited@MINDS|
| | PRING.COM> |
| | |
| | 10/01/2002 05:54 PM |
| | Please respond to |
| | sqr-users |
| | |
|--------+------------------------------->
>--------------------------------------------------------|
| |
| To: SQR-USERS@list.iex.net |
| cc: (bcc: Rick Creel/IT/Aon Consulting) |
| Subject: right justify |
>--------------------------------------------------------|
Some of the team leaders at my current gig
are meticulous about the look of the reports.
The lot of us a wrestling with how to do right
justification with an Arial font (both
required).
The best I have come up with so far is to print
the last letter first, in the designated column,
and then print right to left. While this does
successfully right justify, the spacing looks
awful.
Any ideas?
Andrew :)