TeleFlow Step 0517
From TeleFlow
Run Basic Script
Runs a script written in TeleFlow's limited implementation of the BASIC programming language.
Properties
BASIC Script: The script to run. Each command or operation should go on its own line, but a script can have as many lines as needed to complete the task(s) it is intended to.
The following topics describe the various operations, commands, and functions you can perform and that are available to be used in the Run Basic Script step:
- AND | OR | XOR | NOT
- BAND | BOR | BXOR | BNOT | ^
- CHAR
- CONCAT
- DO | WHILE... LOOP [WHILE | UNTIL]
- EXIT
- FOR ... NEXT [STEP]
- GOSUB...[EXIT]...RETURN
- GOTO
- IF...THEN...[ELSEIF]...[, ELSE]...END
- LEFT
- LEN
- LOWERCASE
- MOD
- POS
- PRINT
- REM | //
- RIGHT
- ROUND
- SELECT CASE
- Setting TeleFlow variables in Basic Script
- Standard math operators:</b> + / - * =
- SUBSTR
- TRIM
- UPPERCASE
Action Steps
None.
