Run Scripts
Click Run to execute a script.
The Run button applies to the active script. If multiple scripts are loaded, the active script is displayed on top and the tab has a blue line on the top, as shown in Figure 1.
Run an Entire Script
- From the toolbar, click to run the script in the Editor.
Tip: You can also execute a script with the shortcut Ctrl+E, or by right-clicking in the Editor and selecting Run File.
Run a Partial Script
You can also execute portions of a script, rather than the entire script.
- From the Editor, select a portion of the script,
right-click, and press Run Selection. This executes only
the line(s) selected.
Tip: You can also execute part of a script with the shortcut Ctrl+R, or by right-clicking in the Editor and selecting Run Selection.