Hi,
I have a situation, where I have to read data from very large text files (>100000 lines). I do not know the number of lines from case to case, so I cannot setup a direct read, and reading line-by-line until EOF is very slow. Does anybody have an idea of solving this ?