3.3.1.4 Control Flow
| Command | Description |
|---|---|
|
Exit from a loop, a script, or a progress dialog box. | |
|
Skip to the next iteration of the current loop. | |
|
Loop to execute a script that affects every object of the specified kind (-ef => the active Project Explorer folder). | |
|
Exit from Origin. | |
|
Loop for repeated operation. | |
|
Test a condition and branch accordingly. | |
|
Execute a script for the specified layer. | |
|
Loop while incrementing a variable. | |
|
Execute the same script multiple times. | |
|
Return a value from a script and exit the script. | |
|
Test an expression against a series of constant values and branch accordingly. | |
|
Execute a script for the specified window. |