(I promise this is my last question
)
I need to read a file that is normally between 10-12mb, and find a particular chunk in it. I can easily find it by looking for a string that is approx 30 bytes long. The problem is, the file is > 32kb and im using PBDOS so I cant read the whole file into a string like I would in PB/CC
Im know im not the first person who's read a file > 32kb before, so I was hoping people might give me pointers as to how to go about finding a needle in a large haystack when I can only search a tiny bit of the haystack at a time?
Thanks,
Wayne
------------------

I need to read a file that is normally between 10-12mb, and find a particular chunk in it. I can easily find it by looking for a string that is approx 30 bytes long. The problem is, the file is > 32kb and im using PBDOS so I cant read the whole file into a string like I would in PB/CC
Im know im not the first person who's read a file > 32kb before, so I was hoping people might give me pointers as to how to go about finding a needle in a large haystack when I can only search a tiny bit of the haystack at a time?

Thanks,
Wayne
------------------
Comment