X
xyz
Hi,
I have a text file around 7GB includes 100 million lines...
I want to read the data line by line when I approach my module..
ie., when i read for the first time , my program shuld read only one
line
and when i read for the next time , my program shuld read only second
line discarding first line..
i did it with ignore function but it is taking lot of time to reach
end of file...
please give me a simple approch to do this..
thanks to all
I have a text file around 7GB includes 100 million lines...
I want to read the data line by line when I approach my module..
ie., when i read for the first time , my program shuld read only one
line
and when i read for the next time , my program shuld read only second
line discarding first line..
i did it with ignore function but it is taking lot of time to reach
end of file...
please give me a simple approch to do this..
thanks to all