ElmoMC SimplIQ Command Reference User Manual

Page 53

Advertising
background image

Error
Code


Error String / Description


Example / Remedy

127

Modulo range must be positive.
XM[2] is less or equal to XM[1] or
YM[2] is less or equal to YM[1].

128

Bad variable index in database - internal
compiler error.
Index of the variable in the database is not
correct.

An internal compiler error occurs
due to a corrupted database. In
such a case, email Technical
Support for assistance. Attach the
Composer date and version (found
in the Help menu) and the program
you attempted to compile.

129

Variable is not an array.
Cannot access a scalar variable defined
according to its index in square brackets as
an array in the user program.

Assume that a scalar variable has
been defined in the user program
as a:
long a;

The expression a[0]=1; is wrong
because a is defined as scalar and
not an array.

130

Variable name does not exist.
For

SimplIQ

internal use.

131

Cannot record local variables.
For

SimplIQ

drive internal use.

132

Variable is not an array.
For

SimplIQ

drive internal use.

133

Mismatched number of user/system
function input arguments.

An attempt was made to call user/system
function with the number of input
arguments not as defined.

• rnd(4.6,7.7) ; This

expression is wrong,
since system function
rnd() expects only one
input argument.

• Calling user function by

XQ command with
number of input
arguments not as defined
in user program.

134

Cannot run local label with XQ command.

XQ##START; when START is
defined in the user program
inside a user function it is
consider to be a local label and
therefore it is illegal to use it
with the XQ command.

SimplIQ

Command Reference Manual

Alphabetical Listing

MAN-SIMCR (Ver. 4.5)

3-40

Advertising