User Manual - Page 559

For 89T/TBL/1L1/D.

Loading ...
Loading ...
Loading ...
542 Appendix B: Reference Information
8992APPB DOC TI
-
89/TI
-
92 Plus:8992a
pp
b doc (English) Susan Gullord Revised: 02/23/01 1:54 PM Printed: 02/23/01 2:24 PM Page 542 of 34
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 / TI-92 Plus 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.
Loading ...
Loading ...
Loading ...