Steve Fisher wrote:
File came of a SCO open server box, I use winXP.
Next question - How do I remove (almost) blank lines - just a carriage
return, without removing the carriage returns on the end of valid lines?
Well, there is always replacing *double* instances of your line-end
sequence with singles...
Using "Transform backslash expressions" with Replace, we have
\r\n\r\n gets replaced by \r\n
\n\n gets replaced by \n
\r\r gets replaced by \r
Pick the correct case for your file - WFM.
Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest