Script Steps Reference

Table Of Contents
FILEMAKER SCRIPT STEPS REFERENCE 20
Else
Purpose
Performs one set of steps if a calculation is True (not zero), and another set of steps if the
calculation is False (zero).
Format
Else
Options
None.
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
Originated in
FileMaker Pro 6.0 or earlier
Description
Use with the If script step.
Examples
If [Table1::State = "CA"]
Perform Script ["Compute CA Tax and Total"]
Else
Perform Script ["Compute Total"]
End If
Related topics
Else If
Script steps reference (alphabetical list)
Contents
End If
Purpose
Marks the end of an If script step structure.
Format
End If
Options
None.