| rtd (R83) | Index Level | run-list |
| Syntax | run file.reference item-id {(options)} |
| Category | TCL |
| Type | Verb |
| Description |
invokes FlashBASIC runtime, which attempts to load and execute a compiled FlashBASIC program.
Programs may be created and modified using UP. They can be run when exiting UP by using the <ctrl>+xr command, which files the item, compiles it, and, if there are no errors, runs it. |
| Options |
a Prohibits entry into the FlashBASIC debugger; aborts on error conditions.
d Enters FlashBASIC debugger prior to execution. Important when parameters are passed in a "call" statement. The FlashBASIC debugger may also be called at any time while the program is executing by pressing the <break> key on the terminal e Enters debugger on any error condition. This option forces the operator to either accept the error by using the debugger, or exit to TCL. The only valid responses in the debugger are "end" or "off". "g" will NOT work. i Inhibits variable initialization. This option is not recommended due to reliability, transportability, and data integrity reasons. Causes the values in the variable area to be retained when the program is run. This can be specified only when "run" is being executed from the "chain" command. It allows variables to be passed from one program to the next, via the "common" statement. n Activates nopage function, on output to terminal. p Directs output from "print" statements to Spooler. (Has same effect as issuing a FlashBASIC "printer on" statement) s Suppresses run-time warning messages. |
| See Also | DEBUG CRT BASIC, Pick source code files (R83) CHAIN shpstat decatalog run-list non-fatal error condition system-coldstart compile-run Compile time/date stamps (R83) FlashBASIC performance error condition COMMON debugger arithmetic operators |
| Example | |
| Warnings | Programs defined as external subroutines can not be "run". |
| Compatibility | D3 7.0 AP R83 |
| rtd (R83) | Index Level | run-list |