User's Guide - Actions
You can add indentation to help make your action lists easier to read. This is especially useful to help set blocks of actions apart when using actions like IF and END IF.
A good rule of thumb is to indent your action list by one level after every IF, ELSE or WHILE action, and to unindent it by one level at every ELSE, END IF or END WHILE.
|
NOTE |
|
|
|
|
|
Indentation has no effect on how the actions are performed at run time. Actions have the same effect whether they're indented or not. |
To indent a block of actions:
Select the actions you want to indent.
Press the Increase Indent button (
), use the Ctrl+H hotkey, or
right-click on the actions and select Increase Indent
from the context menu.
Next: Unindenting Actions