Gustav Brock
Gustav at cactus.dk
Mon Aug 6 09:21:14 CDT 2007
Hi Steve and Arthur You may get some inspiration and methods for this at Stephen Lebans' site: http://www.lebans.com/textwidth-height.htm /gustav >>> fuller.artful at gmail.com 05-08-2007 21:07:07 >>> Somewhere there must be a chart listing the horizontal space occupied by each of the 26 characters. Using it, you could count the occurrences of each, plus the spaces, do some addition and have a precise measurement. By the time you've got the count, though, the data in the whole report may be stale :) Regards, Arthur On 8/5/07, Steve Schapel <miscellany at mvps.org> wrote: > > Thanks, Arthur. Yes, I think that will be a solution. It's just that > the arithmetic will be a bit imprecise, as the number of available > characters depends on the relative number of W's and m's in the dat, > compared with the number of i's and l's. > > Regards > Steve > > > Arthur Fuller wrote: > > What about doing a little arithmetic on each row? Would that work? You could > > right-justify the score, count the characters in same, then print as many > > chars of the team name as will still fit.