Hi, One of the new things I find interesting in CF 9 (coming from CF 5) is the fileRead and the FileReadLine functions.
I need to periodically (say once every hour) read a daily log file and get what was added to it since last time. Beside counting the number of lines and looping on that count to read all lines again until I find the new ones, is there a more efficient way I can say "read from here" and give the address of the first byte I want to read? Like I could do in C for example. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337735 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

