I’ve tried for a while and can’t find a solution to my problem. I’m a beginner and a learner.
My file contains 6000 text lines.
I use FILE N$ READLINE X$
I want to start the redline to only start to read from say line 5000 and onwards, not from the beginning of the file
FILE N$ READLINE X$, works, however it takes a very long time to process before it gets to line 5000. I’m thinking if it starts to read from line 5000 then processing time will reduce significantly.
My question how to use FILE N$ READLINE X$ to start reading from line 5000 (or the n’th line in the file)
Would appreciate if anyone can help with a sample routine.
![Smile :)](./images/smilies/icon_e_smile.gif)