Jerbear197
IS-IT--Management
Hi Guys.
Only just joined and this is my first post.
I have a text file which I've loaded into a memo.
I want to strip out any CRLF's in this file.
I'm using StringReplace to replace any occurrence of Chr(13) and Chr(10) with single spaces
but for some strange reason it can't find them.
There is also numerous FF characters in this file which are required and it CAN find them.
Opening the text file in MS NotePad you can clearly see the FF character but not the CRLF's
and I know they are there as I can see them if I load the file in my Hex Viewer.
Anyone got any ideas as to why this might be.
Thanks
Jerry
Only just joined and this is my first post.
I have a text file which I've loaded into a memo.
I want to strip out any CRLF's in this file.
I'm using StringReplace to replace any occurrence of Chr(13) and Chr(10) with single spaces
but for some strange reason it can't find them.
There is also numerous FF characters in this file which are required and it CAN find them.
Opening the text file in MS NotePad you can clearly see the FF character but not the CRLF's
and I know they are there as I can see them if I load the file in my Hex Viewer.
Anyone got any ideas as to why this might be.
Thanks
Jerry