RE: Use End of Line Char as Delimiter?

2000-11-23 Thread JustinMacCarthy
BTW this depends on platform Linux /Windows use different "End OF line" combinations Justin --_=_NextPart_001_01C054C9.763C0AE0 Content-Type: text/plain; charset="iso-8859-1" CHR(13) and CHR(10) I can't remember which is which, but I believe one is line feed, and one is break. E

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Simon Horwith
yes it is. use the CHR() function ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Eric Fickes
ich, but I believe one is line feed, and one is break. E -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 3:50 PM To: CF-Talk Subject: RE: Use End of Line Char as Delimiter? yes it is. use the CHR() function ~Simon Simon Horwith

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Michael Thomas
CHR(10) is indeed a line break I do believe the line feed your speaking of is CHR(9) Sincerely, Mike From: Eric Fickes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Use End of Line Char as Delimiter? Date: Wed, 22 Nov 2000 16:16:21 -0500

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Walker, Matthew
CHR(10) is indeed a line break I do believe the line feed your speaking of is CHR(9) CR is Chr(13) and LF is Chr(10). Chr(9) is Tab! Check out http://members.tripod.com/~plangford/ascii.html -- ah, those were the days. Remember when every computer book had an ASCII table in the back?

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Michael Thomas
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Use End of Line Char as Delimiter? Date: Thu, 23 Nov 2000 16:08:55 +1300 CHR(10) is indeed a line break I do believe the line feed your speaking of is CHR(9) CR is Chr(13) and LF is Chr(10). Chr(9) is Tab! Check out http://members.

Re: Use End of Line Char as Delimiter?

2000-11-22 Thread Rob Keniger
on 11/23/00 1:17 PM, Michael Thomas at [EMAIL PROTECTED] wrote: M'bad, your right. I wuz referring to my own ASCII chart overlooked CHR(13), also mis-enterpreted a line feed for a tab. Since we're on the subject the difference between a line feed carriage return??? Dates back to when

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Walker, Matthew
Since we're on the subject the difference between a line feed carriage return??? LF -- move the paper CR -- return the carriage to the left This is fairly meaningless onscreen. You may find text files are delimited by CR/LF combos though, in a bizarre

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Michael Thomas
Thanx for yours robs posts. They proved to be very knowledgable. Sincerely, Mike From: "Walker, Matthew" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Use End of Line Char as Delimiter? Date: Thu, 23 Nov 2000 16:26:12 +1300 Sin