Download Print this page

Toshiba HX-10 Owner's Manual page 51

Home computer
Hide thumbs Also See for HX-10:

Advertisement

Missing operand
NEXT without FOR
No RESUME
Out of DATA
Out of string space
RESUME without error
RETURN without error
String formula too
complex
Description
А necessary operand 15 missing.
% Operand value has an error.
e Separators between operands are periods (.), instead of
commas(,).
The number of NEXT clauses exceeds that of FOR clauses.
9 One FOR...NEXT loop has been mixed with another
FOR...NEXT loop.
NO RESUME statement is іп an error service routine.
© Control was returned from an error service routine by
using the GOTO statement.
There is no data to be reac by the READ statement.
e Insufficient amount of data
e Erroneous line number for the RESTORE statement
e Erroneous separators used in the DATA statement
Insufficient
memory capacity.
% The program
is too long
% Too many variables
% Too large arrays.
e Too many FOR... NEXT loops, or control exits from a
FOR...NEXT loop without clearing the stack.
String space is not sufficient
e String space specified by the CLEAR statement
is too
small.
Numeric value exceeds the allowable range.
e The result of computation is too small or too large.
An array was re-dimensioned
e An already dimensioned array was re-dimensioned by
the DIM statement.
e Å subscripted array (no more than ten) was used before it
was dimensioned
with the DIM statement.
A RESUME statement was executed outside an error
service routine.
A RETURN statement was executed before a GOSUB
statement
was executed.
e Branching to a subroutine was attempted by using a
GOTO statement.
% An END statement is missing from the main routine, and
the subroutine just following the main routine was
executed
String formula 15 too complex
e Character
string written on a line is too complex
(too
many parantheses).
—49—

Advertisement

loading