Chapter 7
RAPID!
Commands
4460 GSM System Option and 4468 EDGE System Option
Version 12.20
277
END
LET
REM or ‘ (Comments)
Example
Contents of main program:
PRINT "Now calling chained program"
CHAIN "TESTPROG.BAS"
PRINT "Back again to main program"
testsub
Contents of TESTPROG.BAS:
PRINT "Hello from chained program
TESTPROG"
SUB testsub()
PRINT "Subroutine called"
END SUB
Execution of the main program will result in the follow-
ing screen output:
Now calling chained program
Hello from chained program TESTPROG
Back again to main program
Subroutine called
Syntax
END
Parameters
END
does not have any parameters.
Description
Ends the program.
Example
IF pwr > 2.2 then END
In case the value of variable
pwr
exceeds 2.2, the pro-
gram will be ended immediately.
Syntax
[ LET ] numVAR = numExp | stringVar =
stringExp
Parameters
numVAR
is a numeric variable,
numExp
is a numeric expression,
stringVar
is a string variable,
stringExp
is a string expression.
Description
Assigns the value of a (numeric or string) expression to a
(numeric or string) variable.
Note:
LET
is optional and can be omitted.
Example
TheString$ = "This is a ""String"": +
Inside$ + ", in case anybody doubts
it."
Syntax
REM anyText
or
’ anyText
Содержание 4400 Mobile Phone Tester Series
Страница 2: ......
Страница 4: ...ii 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...
Страница 16: ...Table of Contents xiv 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...
Страница 24: ...Safety Notes Shutdown when defective xxii 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...
Страница 64: ...Chapter 1 Overview Accessories and options 40 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...
Страница 272: ...Chapter 6 Tools Audio measurements 248 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...