Hi All,

I have a problem, I have a text file with rows of data in the following format:

Name:
Bill

Name:
Bob

What I would like to do is strip out the CArriage return fromthe name: line to leave

Name:Bill

Name:Bob

Can I use the Trim() method to strip out carriage returns or is there another way.

Cheers