Specifications

207
In declaring an array string variable, you can specify the string length. If its speci-
fication is omitted, the default value of 20 characters takes effect.
If no subscript is specified for a string variable, the Compiler automatically regards
the string variable as a non-array string variable so that the default for a non-array
string variable, 40 characters, takes effect.
Syntax errors:
Run-time errors:
Reference:
Error code and message Meaning
error 7: Variable name
redefinition
The array declared with DIM had been
already declared with
DEFREG.
error 71: Syntax error stringlength is out of the
range.
stringlength is not an integer
constant.
error 72: Variable name
redefinition
A same variable name is double
declared inside a same
DIM state-
ment.
A same variable name is used for a
non-array variable and array vari-
able.
error 78: Array symbols
exceed 30 for
one DIM state-
ment
More than 30 variables are declared
inside one
DIM statement.
Error code Meaning
05h
Parameter out of the range
07h
Insufficient memory space
(The variable area has run out.)
0Ah
Duplicate definition
(An array is double declared.)
Statements:
DEFREG and ERASE