Appendix
306
Error Message
Description
The calculation result cannot be displayed.
The result can be assigned to a variable using
Calculation
S
Variable. For example Seq (
x
,
x
, 1,
999)
S
list1
The number of horizontal dots for the result of a
calculation that uses the Main or eActivity application
exceeds 32,787 (approximately 2,500 single-byte
characters).
Example:
Executing the calculation seq(
x
,
x
, 1,
1000), whose calculation result produces a list of
1,000 elements {1, 2, 3 ... 1000}.
Though the calculation result cannot be displayed
when this error occurs, you may be able to use the
S
command to assign the result to a variable and
use that variable in a calculation.
Example:
1
2
1
Assigns the calculation result of seq(
x
,
x
, 1, 1000)
to variable
a
(even though the result cannot be
displayed).
2
sum(
a
) can be used to obtain the total of the list
generated by seq(
x
,
x
, 1, 1000).
This function is disabled in Exam Mode.
–
Though you can continue this operation, you will not
be able to save data because of insufficient memory.
Delete unnecessary data from memory.
There is not enough memory available to edit a file
you are attempting to open from with the calculator
application you are currently using, or you cannot
save the file after editing it.
Use Variable Manager to delete unneeded data
before editing a file.
Too Long String
–
Transmission Failure
–
Undefined Result in Condition Judgment
A condition judgment program control command has
performed comparison with an undefined variable,
which returns a condition judgment of “Undefined”.
Undefined Variable
–
Variable in Use
–
View Window settings for log contain a 0 or negative
value.
–
View Window value is out of range
–
Wrong Argument Type
–