Cannot find my old list of qb45 error codes. Any suggestions....
error code 0
error code 53
etc....
thanks
error codes
Moderators:Administrator, Global Moderator
-
- Full Member
- Posts:36
- Joined:Tue Mar 18, 2003 3:04 am
- Location:Lancashire, UK
- Contact:
Re: error codes
if you let me know any particular error codes, I'll look them up in my book for you! If you want the lot then it'll take a bit of typing!!
-
- Full Member
- Posts:36
- Joined:Tue Mar 18, 2003 3:04 am
- Location:Lancashire, UK
- Contact:
Re: error codes
53: File not found - the file name does not exist. Look for a mis-spelled file name and make sure the entire filespec is correct, including the disk drive and directory
64: bad filename - the file name does not follow the rules for legal file name. This error usually occurs with BLOAD, BSAVE, KILL or OPEN
62: Input past end - INPUT tries to read an empty file or past the end of the file. Use the EOF function to be sure the program doesn't attempt to read more data than the file contains. Also, be sure the file is open for INPUT, not OUTPUT or APPEND
55: File already open - The file is already open. Either this is an attempt to OPEN a file for the second time, or the program tries to KILL an open file
0: never heard of this one! Please tell me in what context this arises.
Good luck! ;)
64: bad filename - the file name does not follow the rules for legal file name. This error usually occurs with BLOAD, BSAVE, KILL or OPEN
62: Input past end - INPUT tries to read an empty file or past the end of the file. Use the EOF function to be sure the program doesn't attempt to read more data than the file contains. Also, be sure the file is open for INPUT, not OUTPUT or APPEND
55: File already open - The file is already open. Either this is an attempt to OPEN a file for the second time, or the program tries to KILL an open file
0: never heard of this one! Please tell me in what context this arises.
Good luck! ;)