Script Steps Reference

Table Of Contents
21
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.
Example
If [Table1::State = "CA"]
Perform Script ["Compute CA Tax and Total"]
Else
Perform Script ["Compute Total"]
End If
Loop
Format
Loop
Options
None.