chmohan:
I wanted this program to work for any file, any reclen, and I thought I could use the RANDOM access mode if I set
the length of the string with this line:
InputData = String(RecordSize, Chr(64))
Obviously, I was wrong.
gmmastros:
Nice try, but these files won't always have...