EasyManua.ls Logo

WILLTEK 4403 - Page 230

WILLTEK 4403
484 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 6 RAPID!
Tables
208 WCDMA Options Version 6.20
58 Variable not declared
In order to access an indexed variable, that one must be
declared first, using the
DIM command.
59
Variable already declared
This variable was declared already, using a DIM command
(happens frequently when chaining programs).
60
Indexvariables are not allowed here
Indexed variables are not allowed in this context (probably a
loop can help).
61
PRINT Command:
’,’ or ‘;’ expected
Several expressions may be handled, using just one PRINT
command. However, the single expressions need to be sepa-
rated by commas (,) or semicolons (;).
62
Keyword not allowed here
The keyword is not allowed in this context. Most of these
errors are caused by using a reserved RAPID! name as a sym-
bolic label.
63
Stack overflow
Too many loops are interlocked. Try to finish one or more of
those loops before the subsequent are started.
64, 65
Misplaced argument
The command or argument is not allowed in this context.
66
Compare operand expected
The program expects an operand, expressing comparison (=,
<, >, <=, >=, <>)
70
OPEN command:
FOR needs APPEND, BINARI, INPUT, OUTPUT or
RANDOM
When opening a file with the FOR command option, a file
mode has to be specified. Currently, only the following three
file modes are available:
INPUT, OUTPUT or APPEND.
71
OPEN command:
ACCESS needs READ, WRITE or READ WRITE
This message should not occur as the related functionality
has not been implemented yet.
72
OPEN command:
AS expected
Indicates a missing file handle.
73
OPEN command: SHARED, LOCK READ, LOCK WRITE
or LOCK READ WRITE expected
This message should not occur as the related functionality
has not been implemented yet.
80
SUB or FUNCTION header error
Please check the declaration of your procedure or function;
looks like something is missing there.

Table of Contents

Other manuals for WILLTEK 4403

Related product manuals