Script Steps Reference

Table Of Contents
Chapter 2
|
Control script steps 23
Else
Format
Else
Options
None.
Web compatibility
This script step is web-compatible.
Description
Use with the If script step. Performs one set of steps if a calculation is True (not zero), and
another set of steps if the calculation is False (zero).
Example
If [Table1::State = "CA"]
Perform Script ["Compute CA Tax and Total"]
Else
Perform Script ["Compute Total"]
End If
End If
Format
End If
Options
None.
Web compatibility
This script step is web-compatible.
Description
Marks the end of an If script step structure. Every If script step must have a corresponding
End If script step somewhere after it at the same indentation. Whenever you use an If
script step, ScriptMakerâ„¢ automatically enters an End If step.