Script Steps Reference

Table Of Contents
FILEMAKER SCRIPT STEPS REFERENCE 25
Show All Records
Sort Records[Restore; No dialog]
Set Field [Table1::Count; 1]
Loop
Set Field [Table1::Bonus; Table1::Salary * .25]
Go to Record/Request/Page[Next]
Exit Loop If [Table1::Count = 10]
Set Field [Table1::Count; Table1::Count + 1]
End Loop
Related topics
Script steps reference (alphabetical list)
Contents
End Loop
Purpose
Marks the end of a Loop script structure.
Format
End Loop
Options
None.
Compatibility
Originated in
FileMaker Pro 6.0 or earlier
Description
Whenever you use a Loop script step, the Manage Scripts feature automatically enters an End Loop
step. The steps between Loop and End Loop are automatically indented and the End Loop step is
placed at the same indentation level as its corresponding Loop step.
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