Hi all
I've got a problem with Line Input.
When I open a smallish file for input, I can read the first line to a string.
However one of the files I need to read is 5.9 meg, By my reckoning the file size shouldn't make a difference as VB holds the file open with a pointer to position, BUT as soon as VB tries to execute the line input everything immediatly locks and goes to not responding.
I can paste the first few lines from the file to a smaller file and that reads fine.
Is there a limitation on file size???
Try it and see.
Thanks.
Give a man a program and tomorrow he will be hungry.
Teach a man to program and he will never hunger again.
--Sunr¿se
I've got a problem with Line Input.
When I open a smallish file for input, I can read the first line to a string.
However one of the files I need to read is 5.9 meg, By my reckoning the file size shouldn't make a difference as VB holds the file open with a pointer to position, BUT as soon as VB tries to execute the line input everything immediatly locks and goes to not responding.
I can paste the first few lines from the file to a smaller file and that reads fine.
Is there a limitation on file size???
Try it and see.
Thanks.
Give a man a program and tomorrow he will be hungry.
Teach a man to program and he will never hunger again.
--Sunr¿se