I wrote a simple email parser a while back and instead of the CHR(13) or CHR(10), I 
used space " " as my delimiter.
Then what I did was look for the @ in each line.  If the @ existed, I put it into my 
list, if it didn't, I ignored that
line.

Just a suggestion

Eric

----- Original Message ----- 
From: <[EMAIL PROTECTED]>


Help,

I'm trying to extract the e-mail addresses from a text file.  Here a sample of
the text file and the code I have.  Each line is separate by a carriage
return.  I forget what the symbol for the carraige return is which I need for
the delimiter.  Any help would be great.

Ingar Bae Swnary [EMAIL PROTECTED]
Ral Diaz Argentina [EMAIL PROTECTED]
Cris Grass Uk [EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to