in reply to Searching text files

Sorry for asking the obvious, but, why don't you just split the large file into several smaller files, and then import the corresponding piece depending upon what number the user enters?

Replies are listed 'Best First'.
Re^2: Searching text files
by hgolden (Pilgrim) on Sep 14, 2006 at 22:12 UTC
    You mean like I suggested way up at the top? :)