On Wed, Oct 03, 2001, Robert O'Connor wrote: > Very interesting. I am not sure how the line splitter deals with 2 dashes > without a space.
The same way it deals with any word consisting of 2 chars, i.e. it moves the word to the next line if it doesn't fit on the current line. > Don't know how easy to put into line width calculations? Quite easy as long as you return the width of the "dash". /Mike