Owner's Manual

Table Of Contents
Appendix B: Technical Reference 910
Error
Number
Description
10 A function did not return a value
20 A test did not resolve to TRUE or FALSE
Generally, undefined variables cannot be compared. For example, the test
If a<b will cause this error if either a or b is undefined when the If statement is
executed.
30 Argument cannot be a folder name
40 Argument error
50 Argument mismatch
Two or more arguments must be of the same type. For example,
PtOn
expression1,expression2
and PtOn
list1,list2
are both valid, but
PtOn
expression,list
is a 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
For example, DelVar 12 is invalid because a number cannot be a variable name.
150 Argument must be an empty folder name
TI-89 Titanium / Voyage™ 200 Error Messages
This section lists error messages that may be displayed when input or internal errors are
encountered. The number to the left of each error message represents an internal error
number that is not displayed. If the error occurs inside a Try...EndTry block, the error
number is stored in system variable errornum. Many of the error messages are self-
explanatory and do not require descriptive information. However, additional information
has been added for some error messages.