Go to Contents
Previous
Page
Next
Page
Contents > Script steps reference (alphabetical list) > Control script steps > Else script step

Else script step
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
Related topic
Else If
If structure example
Script steps reference (alphabetical list)
Script step categories

Contents > Script steps reference (alphabetical list) > Control script steps > Else script step
Previous
Page
Next
Page