Actually, i would say instead: Chr(13) is a carriage return and Chr(10) is a line feed...a line of text should end in chr(13)+chr(10) on a Windows platform.
Jerry Johnson >>> [EMAIL PROTECTED] 02/22/02 03:27PM >>> Chr(13) is a carriage return and Chr(10) is a line feed...a line of text should end in chr(13)+chr(10). Regards, Howie ----- Original Message ----- From: "Paul Giesenhagen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 3:23 PM Subject: Re: correct delimiter? > Heya Phil! > > Chr(13) is a Line Feed and Chr(10) is a Carrige Return. I would guess it > would depend on what was entered to take them to the next line in the file. > Do a check for both to make sure. > > Just a suggestion! > > Paul Giesenhagen > > ----- Original Message ----- > From: "Phillip Broussard" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, February 22, 2002 2:17 PM > Subject: correct delimiter? > > > > Is Chr(13) the right end of line delimiter for a tab delimited file? I > > have to grab info from a text file but cant remember if char(13) is > > correct. > > > > Thanks > > > > Phillip Broussard > > Tracker Marine Group > > 417-873-5957 > > > > > > > ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

