Specifications
Chapter 14. Statement Reference
222
Syntax errors:
Run-time errors:
Reference:
Statements: DIM and PRIVATE
Error code and message Meaning
error 7: Variable name
redefinition
The variable declared with GLOBAL
statement had been already declared
with
DEFREG statement.
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
GLOBAL
statement.
• A same variable name is used for a
non-array variable and array vari-
able.
error 78: Array symbols
exceed 30 for
one DIM, PRI-
VATE, or GLO-
BAL statement
• More than 30 variables are declared
inside one
GLOBAL 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.)