I have written a program to remove extranenous spaces in a space
delimited data file. The file is huge, 13.89MEG, and I think I can
cut the size down to a third of that (or more) just by removing
extranenous spaces.
The code compiles fine, but when I test it to read the first line,
I get an Error 70: Permission denied error.
I thought Error 70 in Powerbasic occurred when [u]writing[/b] to a file,
that you do not have permission to do so, not simply reading the
file. I checked the attributes and it is set to Read Only. Is that
a problem?
Thank you.
Robert
------------------
delimited data file. The file is huge, 13.89MEG, and I think I can
cut the size down to a third of that (or more) just by removing
extranenous spaces.
The code compiles fine, but when I test it to read the first line,
I get an Error 70: Permission denied error.
I thought Error 70 in Powerbasic occurred when [u]writing[/b] to a file,
that you do not have permission to do so, not simply reading the
file. I checked the attributes and it is set to Read Only. Is that
a problem?

Thank you.
Robert
------------------
Comment