Answered
cfloop over a file - set start point?
CF8 - I'm using cfloop to read a file, as described in the
documentation:
<cfloop
index = "index name"
file = "absolute path and filename">
</cfloop>
It's a text file; is there a way to define lines? Like start reading at line 4000?
Thanks if anyone knows!
<cfloop
index = "index name"
file = "absolute path and filename">
</cfloop>
It's a text file; is there a way to define lines? Like start reading at line 4000?
Thanks if anyone knows!
