What exactly do you mean by a 'spool file'?
this looks all incorrect to me:
Open Filename For Random <em><strong>Access Read Write</strong></em> As #1 Len = 30000
I think 'Access Read Write' is not needed, and every time you open it you're stating that the file length is 30000.
If the file is not too large, you could read all of it in (Open For Input) and
edit it, then open the file For Output and write back the new version.
Or you may be able to store your data as records, in which case writing
back a longer chunk of text would not be a problem.
Please post back if you need any more info on this subject.
w00dy
Junior Poster in Training
70 posts since Jun 2005
Reputation Points: 11
Solved Threads: 2