On 19 Oct 2006, at 13:09 , Mac wrote:
I have a hard wraped email list separated with a comma "," looking
like this i.e.
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Now i need each address on a single line:
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED]
Well, if the entire file is jut like you described,
search: ' '
replace: \r
(no ''s, just a single space, and turn on Grep)
--
"Hi Dad! It's 3am, do you know where I am?"
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>