Well just from looking at your code, it seems to me that you are running this from your hard disk, correct? If that is the case then under 'restoring the file' shouldn't the line of code that reads:
OUTPUTFILE$ ="A:SCORES.DAT" ' THE DATA FILE NAME
read this instead:
OUTPUTFILE$ ="SCORES.DAT" ' THE DATA FILE NAME
because it looks to me like you are restoring to the floppy instead of the original directory.
Kevin
------------------
mailto:[email protected][email protected]</A>

Leave a comment: