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 
 
Where the script step runs 
Supported 
FileMaker Pro 
Yes 
FileMaker Server scheduled script 
Yes 
FileMaker Go 
Yes 
Custom Web Publishing 
Yes 
Instant Web Publishing 
Yes 
Runtime solution 
Yes 
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
If structure example
Script steps reference (alphabetical list)
Script steps reference (category list)