Maintenance 9. Troubleshooting
214 RC700 / RC700-A Rev.23
No. Message Remedy Note 1 Note 2
3133 Cannot specify LimZ parameter.
LimZ parameter cannot be specified
in BGo, Go, TGo, Jump3, Arc, Arc3,
BMove, Move, and TMove
statements. Correct the program.
3134 Cannot specify Sense parameter.
Sense parameter cannot be specified
in BGo, Go, TGo, Arc, Arc3, BMove,
Move, and TMove statements.
3135 Invalid parameter is specified.
Invalid parameter is specified in Xqt,
and Call statements. Correct the
3137
Cannot specify the array variable
subscript.
The array variable subscript cannot
be specified. Correct the program.
3138
ByRef was not specified on
Function declaration.
Specify ByRef in the parameter list of
function declaration that is called by
3139
Cannot execute the Xqt statement
for a function that needs a ByRef
parameter.
The Xqt statement cannot be
executed for a function needing a
ByRef parameter. Delete the ByRef
3140
Cannot execute the Redim
statement for a ByRef variable.
The Redim statement cannot be
executed for a variable specifying
ByRef parameter. Delete the ByRef
3141 OBJ file is corrupt. -
3142
OBJ file size is beyond the
available size after compiling.
The compilation result exceeds the
limit value (max. 1 MB per file).
3143
Indent length is beyond the
available size.
The available length of the identifier is
max. 32 characters for labels and
variable names, and 64 characters for
function names. Reduce the
number of characters so as not to
exceed the available length. For
details of the available length, refer to
EPSON RC+ User’s Guide “6.4
Function and Variable Names
3144
' ** ' already used for a function
Correct the identifier ' ** ' or the
3145
' ** ' already used for a Global
Preserve variable.
Correct the identifier ' ** ' or the
Global Preserve variable name.
3146
' ** ' already used for a Global
variable.
Correct the identifier ' ** ' or the
Global variable name.
3147
' ** ' already used for a Module
Correct the identifier ' ** ' or the
3148
' ** ' already used for a Local
Correct the identifier ' ** ' or the Local
3149 ' ** ' already used for an I/O label.
Correct the identifier ' ** ' or the I/O
label name.
3150
' ** ' already used for a User Error
label.
Correct the identifier ' ** ' or the User
Error label name.
3151 Cannot use a function parameter.
Argument cannot be specified for the
function that is executed by the Trap
statement. Correct the program.