RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Hoffman, Joe (CIT)
Center for Information Technology Division of Computer System Services -Original Message- From: Ed Gordon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 10:37 AM To: CF-Talk Subject: CFFILE reads whole file into 1 var? CFFILE READs whole file into 1 var? Is there a limit on the s

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Shawn Regan
ROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 9:54 AM Subject: Re: CFFILE reads whole file into 1 var? > Streams :-) C (and I assume Java) can read a file one character at a time. > > > > I may not understand how that works, but I ca

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Jille Floridor
Agree, but in that case your variable still contains the complete file, right? -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]] Sent: woensdag 27 maart 2002 16:58 To: CF-Talk Subject: RE: CFFILE reads whole file into 1 var? You could always read the file into a temp var

Re: CFFILE reads whole file into 1 var?

2002-03-27 Thread Paul Giesenhagen
To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 9:54 AM Subject: Re: CFFILE reads whole file into 1 var? > Streams :-) C (and I assume Java) can read a file one character at a time. > > > > I may not understand how that works, but I can'

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Shawn Regan
, March 27, 2002 7:40 AM To: CF-Talk Subject: RE: CFFILE reads whole file into 1 var? There is a custom (java) tag that reads the file line per line. I don't remember how the tag is called, but you'd probably find it if you check the developers exchange. Jille -Original Message

Re: CFFILE reads whole file into 1 var?

2002-03-27 Thread Joseph Thompson
Streams :-) C (and I assume Java) can read a file one character at a time. > I may not understand how that works, but I can't see anyway around not > opening the whole file first. __ This list and all House of Fusion resourc

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Raymond Camden
ot; - Yoda > -Original Message- > From: Jille Floridor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 10:40 AM > To: CF-Talk > Subject: RE: CFFILE reads whole file into 1 var? > > > There is a custom (java) tag that reads the file line per > li

Re: CFFILE reads whole file into 1 var?

2002-03-27 Thread Paul Giesenhagen
[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 10:37 AM > To: CF-Talk > Subject: CFFILE reads whole file into 1 var? > > > CFFILE READs whole file into 1 var? > Is there a limit on the size of the contents of that file? > Is there an alternative way to read and process o

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Mike Townend
andle the file so that you know its being processed line by line HTH -Original Message- From: Ed Gordon [mailto:[EMAIL PROTECTED]] Sent: 27 March 2002 15:37 To: CF-Talk Subject: CFFILE reads whole file into 1 var? CFFILE READs whole file into 1 var? Is there a limit on the size o

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Jille Floridor
o: CF-Talk Subject: CFFILE reads whole file into 1 var? CFFILE READs whole file into 1 var? Is there a limit on the size of the contents of that file? Is there an alternative way to read and process one record at a time in the traditional fashion? I had to parse thru the file looking for CR's

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Tony_Petruzzi
AM To: CF-Talk Subject: CFFILE reads whole file into 1 var? CFFILE READs whole file into 1 var? Is there a limit on the size of the contents of that file? Is there an alternative way to read and process one record at a time in the traditional fashion? I had to parse thru the file looking for CR&#x

CFFILE reads whole file into 1 var?

2002-03-27 Thread Ed Gordon
CFFILE READs whole file into 1 var? Is there a limit on the size of the contents of that file? Is there an alternative way to read and process one record at a time in the traditional fashion? I had to parse thru the file looking for CR's and CFLOOP thru the logic. Seems strange, but if that&