EasyManua.ls Logo

WILLTEK 4403 - End; Let; REM or (Comments)

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!
Commands
WCDMA Options Version 6.20
161
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

Table of Contents

Other manuals for WILLTEK 4403

Related product manuals