I need to format a string of data, but I don't want to start each string w/ a new line (don't separate long string into a series of short strings). Basically I want the function of the module, only with a single string. I can't simply replace the /n char with // because this causes problems with the formatting. Also, I don't want to break up the words....
Maybe something like==Count 75 spaces if a word goto beginning of word insert spaces until char count is 80. repeat to end of string. Does this make sense?
TIA
A clever person solves a problem.
A wise person avoids it.
-- Einstein
Maybe something like==Count 75 spaces if a word goto beginning of word insert spaces until char count is 80. repeat to end of string. Does this make sense?
TIA
A clever person solves a problem.
A wise person avoids it.
-- Einstein