Say I have a string of arbitrary letters and spaces.
"fdgdfg asd fasdf asdf awpoemp poanew awe pon pqonw aknlkn ar glknlk and so on"
is there any way to wrap this WITHOUT using the worp wrap feature so that there are only x characters in each line?
"fdgdfg asd fasdf asdf
awpoemp poanew awe
pon pqonw aknlkn
ar glknlk and so on"
and if the last word in a line exceeds this character limit, put it in the next line?