by "Olaf Doschke" <olaf.doschke@[EMAIL PROTECTED]
>
Apr 19, 2007 at 07:58 AM
okay,
but if you were only dealing with leading spaces, you could
simply use ltrim(mline(...)) and you would be done, if it
wasn't for putting "..." at the end of some number of lines
and hyphenating words too long to fit in one line.
In fact I would still base such a function on mline() and
not go back to substr().
What I did once was to automate word to make text
work in a given width (in pixels) at a given Font by setting
up the page margins an font and then could even make use
of Words automatic hyphenation.
Let's see if I find that code.
Bye, Olaf.