How to remove end of line character - Hidden

2002-06-14 Thread Chakka, Sudheer
Hi, How do I remove the end of line character which is like a 'square'? I am not able to cut and paste it here as my outlook is not able to recognize that character. I hope I made question clear?? Thanks in advance. Sudheer -Original Message- From: Bruce,

Re: How to remove end of line character - Hidden

2002-06-14 Thread Jochem van Dieten
Chakka, Sudheer wrote: Hi, How do I remove the end of line character which is like a 'square'? I am not able to cut and paste it here as my outlook is not able to recognize that character. I hope I made question clear?? Replace(string,chr(10),,All) Jochem

Re: How to remove end of line character - Hidden

2002-06-14 Thread Alex
Let google be your friend. http://www.google.com/search?sourceid=navclientq=How+do+I+remove+the+end+of+line+character+which+is+like+a+%27square%27 Anyway, you need to remove the carriage return. On Fri, 14 Jun 2002, Chakka, Sudheer wrote: Hi, How do I remove the end of line character