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?

Recommended Answers

All 2 Replies

... Without word wrap?? This is word wrap.

Usually the GUI or text processor that you are using to view the data has a word wrap limit. You can set that to 20 characters or what ever you want.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.