![]() |
Next Page |
| Contents > Script steps reference (alphabetical list) > Control script steps > Exit Loop If script step |
|
|
| Exit Loop If script step |
| Format |
Exit Loop If [<Boolean calculation>] |
| Options |
| Click Specify to define the Boolean calculation. In the Specify Calculation dialog box, type the calculation you want evaluated, or use the field list (on the left) and the functions list (on the right) with the mathematical and text operators to build the calculation. |
| Web compatibility |
| This script step is web-compatible. |
| Description |
| Exits a Loop if the specified calculation is True (not zero). The script execution continues with the first script step after the Exit Loop step. |
| If the calculation if False (zero), the loop is not exited and the script continues with the script step that follows the Loop script step. |
| Example |
| Related topics |
| Defining calculation fields |
| If function |
| If structure example |
| Loop structure example |
| Script steps reference (alphabetical list) |
| Script step categories |
| About formulas |
|
|
| Contents > Script steps reference (alphabetical list) > Control script steps > Exit Loop If script step | Next Page |