513
Appendices
Appendix A
Error Codes and Error Messages
A1. Run-time Errors
Error code
Meaning
00h
Internal system error
01h
NEXT
without
FOR
02h
Syntax error
03h
RETURN
without
GOSUB
04h
Out of
DATA
(No
DATA
values remain to be read by the
READ
statement.)
05h
Parameter out of the range
06h
The operation result is out of the allowable range.
07h
Insufficient memory space
(Too deep nesting, etc.)
08h
Array not defined
09h
Subscript out of range
(An array subscript is out of the array. Or the array is referenced by
different dimensions.)
0Ah
Duplicate definition
(An array is double defined.)
0Bh
Division by zero
0Ch
CASE
and
END
SELECT
without
SELECT
0Dh
END
DEF
or
EXIT
DEF
statement executed outside the
DEF
FN
statement block
0Fh
String length out of the range
10h
Expression too long or complex
14h
RESUME
without error
(
RESUME
statement occurs before the start of an error-handling rou-
tine.)
1Fh
Function number out of the range (in
CALL
statement)
32h
File type mismatch
33h
Received text format not correct
34h
Bad file name or number
(A statement uses the file number of an unopened file.)
35h
File not found
Summary of Contents for BHT-BASIC 100 SERIES
Page 1: ......
Page 161: ...153 Chapter 10 Sleep Function CONTENTS 10 1 Sleep Function 154...
Page 163: ...155 Chapter 11 Resume Function CONTENTS 11 1 Resume Function 156...
Page 173: ...165 Chapter 13 Backlight Function CONTENTS 13 1 Backlight Function 166...
Page 249: ...241 Example CLOSE IF kyIn Y THEN KILL Master Dat END IF Reference Statements CLFILE...