"Olaf Doschke" <olaf.doschke@[EMAIL PROTECTED]
> wrote:
>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.
No, because I have indenting of paragraphs. How does one
distinguish between spaces that are there, because 1) they are at the
start of the paragraph and 2) of this mline() glitch? mline() does
not indicate this, and simply applying ltrim() to each line would loss
the paragraph indenting.
>In fact I would still base such a function on mline() and
>not go back to substr().
I did have a function based on mline() and found this space
glitch. Because the memo is being put into a letter, it became
im****tant to eliminate the extraneous spaces.
>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.
I initially suggested using Office Automation to my boss, but he
decided to go with the obvious way.
Sincerely,
Gene Wirchenko
Computerese Irregular Verb Conjugation:
I have preferences.
You have biases.
He/She has prejudices.


|