TI-BASIC 68K/错误类型表
跳到导航
跳到搜索
错误代码 | 错误描述 | 错误原因 |
---|---|---|
10 | A function did not return a value | 函数未返回值 |
20 | A test did not resolve to TRUE or FALSE | If 语句中的判断条件无法解出值,通常是由于在比较未定义的值 |
30 | Argument cannot be a folder name | 参数不能为文件夹名 |
40 | Argument error | 参数错误 |
50 | Argument mismatch | 参数不匹配 |
60 | Argument must be a Boolean expression or integer | 参数必须是一个布尔值或整数 |
70 | Argument must be a decimal number | 参数必须是一个数 |
80 | Argument must be a label name | 参数必须是一个标签名 |
90 | Argument must be a list | 参数必须是一个列表 |
100 | Argument must be a matrix | 参数必须是一个矩阵 |
110 | Argument must be a Pic | 参数必须是一个图片 |
120 | Argument must be a Pic or string | 参数必须是一个图片或字符串 |
130 | Argument must be a string | 参数必须是一个字符串 |
140 | Argument must be a variable name | 参数必须是一个变量名 |
150 | Argument must be an empty folder name | 参数必须是一个空文件夹名 |
160 | Argument must be an expression | 参数必须是一个表达式 |
161 | ASAP or Exec string too long | 汇编程序过长(超过 8K (AMS 2.03 之前) 或 24K (AMS 2.03之后)) |
163 | Attribute (8-digit number) of object (8-digit number) not found | |
165 | Batteries too low for sending/receiving product code | 电池电量过低而不能进行数据传输 |
170 | Bound | 越界,即下界必须小于上界 |
180 | Break | 中断 |
185 | Checksum error | 校验码错误 |
190 | Circular definition | 循环定义,即形如 Define x = x 是不允许的 |
200 | Constraint expression not valid | 约束条件无效 |
210 | Data type | 数据类型错误 |
220 | Dependent limit | 依赖性极限,即 是不允许的 |
225 | Diff Eq setup | 微分方程设置有误 |
230 | Dimension | 维数错误 |
240 | Dimension mismatch | 维数不匹配 |
250 | Divide by zero | 被 0 除 |
260 | Domain error | 域错误 |
270 | Duplicate variable name | 变量名重复 |
280 | Else and ElseIf invalid outside If..Then block | 不能在 If..Then 语句块之外使用 Else 或 ElseIf |
290 | EndTry is missing the matching Else statement | EndTry 语句块中缺少 Else 语句 |
295 | Excessive iteration | 无穷迭代 |
300 | Expected 2 or 3-element list or matrix | 列表或矩阵中应只包含 2 或 3 个元素 |
307 | Flash extension (function or program) not found | Flash 拓展(函数或程序)未找到 |
308 | Flash application not found | Flash 程序未找到 |
310 | First argument of nSolve must be a univariate expression | 只允许在 nSolve 中使用一个待求未知量 |
320 | First argument of solve or cSolve must be an equation or inequality | solve 或 cSolve 的首个参数必须是一个等式或不等式 |
330 | Folder | 当尝试将变量保存到不存在的文件夹时会发生此错误 |
335 | Graph functions y1(x)..y99(x) not available in Diff Equations mode | 在微分方程模式下不能使用 y1(x) 至 y99(x) |
345 | Inconsistent units | 单位不统一(温度转换不能直接用转换符号) |
350 | Index out of range | 下标越界 |
360 | Indirection string is not a valid variable name | 字符串指针未指向一个有效的变量 |
380 | Invalid ans() | 历史答案无效 |
390 | Invalid assignment | 赋值无效 |
400 | Invalid assignment value | 赋值的值无效 |
405 | Invalid axes | 坐标系无效 |
410 | Invalid command | 指令无效 |
420 | Invalid folder name | 文件夹名无效 |
430 | Invalid for the current mode settings | 当前模式设置下无效 |
440 | Invalid implied multiply | 无效隐式乘法,如 a(b) 不能代表 a*b |
450 | Invalid function or current expression | 当前表达式或函数无效 |
460 | Invalid in Custom..EndCustm block | 在 Custom..EndCustm 语块中无效 |
470 | Invalid in Dialog..EndDlog block | 在 Dialog..EndDlog 语块中无效 |
480 | Invalid in Toolbar..EndTBar block | 在 Toolbar..EndTBar 语块中无效 |
490 | Invalid in Try..EndTry block | 在 Try..EndTry 语块中无效 |
500 | Invalid label | 无效标签 |
510 | Invalid list or matrix | 列表或矩阵无效 |
520 | Invalid outside Custom..EndCustm block | 在 Custom..EndCustm 语块外无效 |
530 | Invalid outside Dialog..EndDlog, Custom..EndCustm or Toolbar..EndTBar blocks | 在 Dialog..EndDlog, Custom..EndCustm 或 Toolbar..EndTBar 语块外无效 |
540 | Invalid outside Dialog..EndDlog block | 在 Dialog..EndDlog 语块外无效 |
550 | Invalid outside function or program | 在函数或程序外无效 |
560 | Invalid outside Loop..EndLoop, For..EndFor or While..EndWhile blocks | 在 Loop..EndLoop, For..EndFor 或 While..EndWhile 语块外无效 |
570 | Invalid pathname | 无效路径 |
580 | Invalid polar complex | 复数极坐标无效 |
590 | Invalid syntax block | 无效语块 |
600 | Invalid table | 表格无效 |
605 | Invalid use if units | 单位无效 |
610 | Invalid variable name | 变量名无效 |
620 | Invalid variable or function name | 变量名或函数无效 |
630 | Invalid variable reference | 无效的变量引用 |
640 | Invalid vector syntax | 向量语法无效 |
650 | Link transmission | 传输超时 |
665 | Matrix not diagonalizable | 不是一个可对角化的矩阵 |
670, 673 | Memory | 内存不足 |
680 | Missing ( | 缺失 ( |
690 | Missing ) | 缺失 ) |
700 | Missing " | 缺失 " |
710 | Missing ] | 缺失 ] |
720 | Missing } | 缺失 } |
730 | Missing start or end of block syntax | 语块缺少开头或结尾 |
740 | Missing Then in the If..EndIf block | If..EndIf 语块中缺少 Then |
750 | Name is not a function or program | 指定名称不是一个函数或程序 |
765 | No functions selected | 未选择函数 |
780 | No solution found | 无解 |
790 | Non-algebraic variable in expression | 表达式中不能使用非代数变量 |
800 | Non-real result | 无实数解 |
810 | Not enough memory to save current variable. Please delete unneeded variables on the Var-Link screen and re-open editor as current OR re-open editor and use F1 8 to clear editor. | 内存不足,不能保存当前变量。请在 Var-Link 界面删除不需要的变量或重新打开编辑器并按 F1, 8 以清理编辑器 |
830 | Overflow | 溢出 |
840 | Plot setup | 画图设置错误 |
850 | Program not found | 未找到程序 |
860 | Recursion is limited to 255 calls deep | 递归调用被限制在 255 次内 |
870 | Reserved name or system variable | 保留的名称或系统变量 |
875 | ROM-resident routine not available | ROM 程序不可用 |
880 | Sequence setup | 数列设置错误 |
885 | Signature error | 签名错误 |
890 | Singular matrix | 奇异矩阵 |
895 | Slope fields need one selected function and are used for 1st-order equations only | 斜率值需要选择一个函数且仅适用于 1 阶方程 |
900 | Stat | 统计错误 |
910 | Syntax | 语法错误 |
930 | Too few arguments | 参数不足 |
940 | Too many arguments | 参数过多 |
950 | Too many subscripts | 下标过多(超过 2 个下标) |
955 | Too many undefined variables | 未定义变量过多 |
960 | Undefined variable | 未定义变量 |
965 | Unlicensed product software or Flash application | 系统或 Flash 程序未签名 |
970 | Variable or Flash application in use | 正在使用变量或 Flash 程序 |
980 | Variable is locked, protected or archived | 变量被锁定、保护或存档 |
990 | Variable name is limited to 8 characters | 变量名只允许最多 8 字符长 |
1000 | Window variables domain | 绘图窗体域错误 |
1010 | Zoom | 缩放错误 |
1020 | Internal Error | 内部错误 |
1030 | Protected memory violation | 内存违例 |