I'm trying to read from a .txt file that has about 100,000 lines.
Because I have the developer version, I can use the read file option and insert all this info into a table. However, I would only like to use 1,000 lines and then remove the 1,000 lines used, from the same .txt file I read from.
I would like to do this repeatedly in different instances.
Is there anyway to do this?
Thank you for your time and consideration. :)