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

End Loop script step
Format

End Loop
Options
None.
Web compatibility
This script step is web-compatible.
Description
Marks the end of a Loop script structure. Whenever you use a Loop script step, ScriptMaker™ 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.
Example

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 step categories

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