> From: "Marlene Buffa" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: CF FILE output > Message-ID: <39902D0D.19835.B4169D@localhost> > > Does anyone know how to format the output of a .txt file that you > are creating with CFFILE.?? > > I have to have conditional code before the CFFILE, but see no way > to get the desired output. It seems that the string just outputs as a > continuous string without any of the breaks. > Any help is greatly appreciated. > > Thanks > Marlene > Marlene, This is the wrong list for this question - you really need to be on [EMAIL PROTECTED] or [EMAIL PROTECTED] However, make sure you are insterting Carriage Return and LineFeed characters into your text, otherwise when you look at it in a text editor it will appear as a one long string. The CR & LF codes are chr(13) & chr(10). Regards Stephen ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_community or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
