Chapter 6 RAPID!
Tables
WCDMA Options Version 6.20
205
Syntax errors
STOP Debugger breakpoint.
SUB Declares a procedure (subroutine).
TAN Returns the tangent of a numeric expression.
TEXTATTR Sets background color and text size, font and color.
TIME$ Returns a string containing the system time.
VAL Converts a string expression into a numeric expres-
sion.
VAL$ Converts a numeric expression into a string expres-
sion.
VARIABLE Prints variable contents to screen or file.
WAIT Halts the program for a specified amount of time.
Code Message and Comment
1
No program file argument
The argument needs to be a valid file name of an existing
file.
2
Program file not found
The program file was not found in the current or specified
directory.
3
Expression expected
A numeric expression was expected, but was not found.
4
Variable expected
A valid variable name was expected, but was not found.
5
String expected
In a context, where only a string is allowed, there was no
string found.
6
Number expected
In a context, where only a numeric parameter is allowed,
there was none found.
7
String const exceeds line
The string was not terminated with a quotation mark (").
8
(B)in, (O)ct or (H)ex expected
After a ‘&’, only a binary (B), octal (O) or hexadecimal (H)
number is allowed.
9
Program line too long
Either the program line is more than 254 characters long or
the program line continue mark (‘_’) was used too often.