mbasic吧 关注:19贴子:204
  • 0回复贴,共1

basic错误信息一览表

只看楼主收藏回复

yangyifei [专家分:660] 发布于 2004-03-02 14:57:00
编号 出错信息 涵义
1 NEXT without FOR 在FOR-NEXT中无FOR与NEXT匹配
2 Syntax error 语法错误
3 RETURN without GOSUB RETURN与GOSUB不匹配
4 Out of data READ所要读入的数据比DATA给出的多
5 Illegal Function Call 函数调用出错
6 Overflow 溢出
7 Out of memory 内存空间不够
8 Undefined line number 未定义行号(无语句标号)
9 Subscript out of range 下标超出范围
10 Duplicate Definition 重复定义
11 Division by Zero 用0作除数
12 Illegal direct 非法进入
13 Type mismatch 类型不匹配
14 Out of string space 超出字符串空间
15 String too long 字符串太长
16 String formula too complex 字符串表达式太复杂
17 Can't continue 不能继续
18 Undefined user function 未定义用户函数
19 No RESUME 无RESUME语句
20 RESUME without error 恢复语句没有错误
22 Missing operand 缺少操作数
23 Line buffer overflow 行缓冲器溢出
24 Device time out 设备时间完
25 Device fault 设备故障
26 FOR without NEXT FOR-NEXT循环无NEXT语句
27 Out of paper 打印纸用完或打印机未开
29 WHILE Without WEND WHILE没有与之匹配的WEND
50 FIELD overflow 随机文件操作溢出
51 Interal error 内部故障
52 Bad file number 文件号不符合要求
53 File not found 文件没有找到
54 Bad file mode 文件格式不对
55 File already open 文件已打开
57 Divice I/O error 设备输入/输出出错
58 File already exist 文件已存在
61 Disk full 磁盘已满
62 Bad record number 记录好不对(>32767或<0)
63 INPUT pasr end 输入超过文件末尾
64 Bad filename 文件名有错误
66 Direst Statement in file 在文件中有直接语句
67 Too many file 文件过多
68 Device unavailable 设备不能用
69 Communication buffer overflow 通信缓冲区溢出
70 Disk write protect 磁盘写保护
71 Disk not ready 磁盘没准备好
72 Disk media error 磁盘介质不对
73 Advanced feature 在磁盘BASIC中使用高级BASIC语句
75 Path/file access error 路径/文件访问出错
76 Path not found 路径未找到
- Unprintable error 不能显示(的错误)
- Incorrect DOS version 错误的DOS版本
- You cannot SHELL to BASIC 不能用SHELL调用BASIC程序
- Can't continue after SHELL 在SHELL之后不能继续


IP属地:山东1楼2017-06-05 21:34回复