Or, using CF 9, FileSeek: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSe9cbe5cf462523a0693fe51b122efd48f99-8000.html
On Thu, Feb 11, 2010 at 3:23 PM, Casey Dougall <[email protected]> wrote: > > On Thu, Feb 11, 2010 at 6:08 PM, Ian Skinner <[email protected]> wrote: > >> >> Is there anybody still awake today that can tell me an easy way to read >> or goto line 624216 of a 673MB text file on a standard Windows XP computer. >> >> >> > > Wasn't that why they changed cffile in ColdFusion 8 > > <cfloop file="c:\temp\myfile.txt" index="line" from "9 to="11"> > <cfoutput>#line#</cfoutput> <!--- or do whatever with the line ---> > > </cfloop> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:312047 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
