Runtime Parameters |
Top Previous Next |
The Runtime Parameters dialog provides test parameters for your program. You can access the Runtime Dialog by selecting Debug -> Runtime Parameters option from the menu bar.
To send custom command-line arguments to your program, enter one or more text strings in the Command Line Arguments list shown above. Next, enable the Use These Arguments check box. The set of command-line arguments will be sent to the program, each one as a separate element. In EXPL, command-line arguments are accessed using the CommandLine Intrinsic.
|