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:312046
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to