Say I have a string with a length of 30 chars, and I want to re-format that string into lines with each a maximum of 10 chars.
How do I format that text without changing the sentences involved in that string?
I mean, I want the text to lined up as I mentioned earlier - but I dont want the text to be messed up when the formatting is done....
Is there a way todo this?
/Regards, Geir G.
How do I format that text without changing the sentences involved in that string?
I mean, I want the text to lined up as I mentioned earlier - but I dont want the text to be messed up when the formatting is done....
Is there a way todo this?
/Regards, Geir G.
Comment