Page 1 of 1
error codes
Posted: Wed Mar 19, 2003 12:48 am
by Guest
Cannot find my old list of qb45 error codes. Any suggestions....
error code 0
error code 53
etc....
thanks
Re: error codes
Posted: Wed Mar 19, 2003 1:13 am
by John_Schofield
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!!
Re: error codes
Posted: Wed Mar 19, 2003 2:21 am
by Guest
error code 53,64,62,55 and 0
Thanks so much....
Re: error codes
Posted: Wed Mar 19, 2003 2:32 am
by John_Schofield
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! ;)