ID:159468
![]() Mar 5 2009, 12:51 pm
|
|
I'm trying to come up with a proc that will take a long string and shorten it into multi-lines if its longer then a selected number.
|
![]() Mar 5 2009, 1:05 pm
|
|
For that, all you need is a for loop and the copytext() proc.
|
proc/reformat(text, characters) See if that works. text is the text to reformat, and characters is the number of characters to start adding the linebreaks at. |