I need to remove any carriage returns ChrW(13) and extra spaces ChrW(10) from a String.
EXAMPLE:
Hello,
This is a nice day to fly a kite.
Bye.
DESIRED OUTCOME:
Hello, this is a nice day to fly a kite. Bye.
I can think of several ways of looping through the text but I am hoping someone else has done this already and can provide a formula.
Thanks
GusDarino
EXAMPLE:
Hello,
This is a nice day to fly a kite.
Bye.
DESIRED OUTCOME:
Hello, this is a nice day to fly a kite. Bye.
I can think of several ways of looping through the text but I am hoping someone else has done this already and can provide a formula.
Thanks
GusDarino