Ben, 

Thanks, I will give it a try this evening.  As far as coffee, stuck in
a training course right now so can not get any coffee until a break
actually happens :(  But the bright side is I am sitting here teaching
myself Flash while the group is going over simple CSS.

Aaron


On Tue, 07 Dec 2004 10:34:27 -0500, Ben Doom <[EMAIL PROTECTED]> wrote:
> Something like this:
> 
> <cfloop condition="#IsDefined("line")#">
>   <cfif (enough_data(line))>
>     <cfset ArrayAppend(linesArray, line)>
>     <cfset line = "">
>   </cfif>
>   <cfset line=line&jBuffer.readLine()>
> </cfloop>
> 
> Where enough_data() counts the number of datapoints in the line.  How
> you do this would depend on what your data is supposed to look like.
> For example, you could count the number of unescaped double-quotes and
> divide by two.
> 
> Go get some more coffee.  :-)
> 
> --Ben
> 
> 
> 
> Aaron Rouse wrote:
> > I could see how that would be done when using CFFile and parsing
> > through the file.  However I am missing how to do it when using this
> > other approach.  I must admit I am going on only my first cup of
> > coffee right now so my lack of "thinking juice" might be the cause for
> > lack of vision right now ;)
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186468
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to