End Loop
Purpose 
Marks the end of a Loop script structure.
Format 
End Loop
Options 
None.
Compatibility 
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
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.
Examples 
Go to Record/Request/Page[First]
Loop
Set Field [Table1::Salary; Table1::Salary * 1.1]
Go to Record/Request/Page[Exit after last; Next]
End Loop
Related topics 
Loop script step
Exit Loop If script step
Loop structure example
Script steps reference (alphabetical list)
Script steps reference (category list)