Try openning the large files with FOPEN and then parse them into smaller sections that MEMOREAD can handle. Once any changes are made, use FWRITE to save each of the sections back to the file. It is a pain not to edit the file in one group, but this method has been working for me.
I too was using memoread but my s/w used to crash during big files
USe funtion called Scrollfile() which takes care any big text file this comes with planet library.
eg. Scrollfile('tempfile.prn')
you may wish to try your app calling browse.com and browse opening your file. With it, you can scroll, go to top or bottom, etc.
Its free and available from many locations on www.
Good luck
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.