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

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

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