I've got a string value that wraps onto two lines...
Example:
"Welcome to
my site"
What I want:
"Welcome to my site"
How can I manipulate this string so that it gets "fixed" to one line? Any help would be much appreciated.
Thanks in advance,
- Sam
Example:
"Welcome to
my site"
What I want:
"Welcome to my site"
How can I manipulate this string so that it gets "fixed" to one line? Any help would be much appreciated.
Thanks in advance,
- Sam