Hi,

I'm trying to read a text file of undeliverable emails that are returned and
stored in "Microsoft Outlook Express" for Mac. The emails are in a flat file
with rows of "square boxes" being used to seperate the individual email in
the file. I can open the file with a text editor, but when I ftp it to my CF
site and run the following:

<CFFILE ACTION="Read"
    File="\textfiles\email.txt"
    Varable="emailvar">

it only reads the text that comes before the first row of "square boxes".

I've tried to replace those "square boxes" before I do the ftp, using both
my text editor and also "Word 6.0", but no luck. I can highlight and delete
them but nothing I use will search and replace them.

Any suggestions on what I am overlooking?

Thanks in advance

Michael Gribbin


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to