Have to give the rewared to Jeff on this one despite my initial reticence on the loadTextFile Function. All three methods work so I did a quick time comparison using a 250M, 5M Line text file from one of our testers. Incidentally my use case is that I need to sift though these huge log files, line by line, and filter out some results based on a table of Regular Expressions.
I suppose this isn't fair as I did say I wanted to avoud loadTextFile ;-)
***Ian ***
myNumSeconds = 66;
N Items(myCfLines) = 5059756;
***Jeff ***
myNumSeconds = 7;
N Items(myLines) = 5059755;
*** Craige ***
myNumSeconds = 67;
N Items(myCfLines) = 5059756;