Bad file name or number

You tried to access a file that does not exist, or you specified a file number that is currently not assigned to a file. For example, using Print # to print to a file that has not first been opened generates this error.

  • Check the spelling of the file name and correct it if it is wrong.
  • Open the file first with the specified file number.
  • Check the file number and correct it if it is wrong.