Note: This statement is named Outline Block in the Add Statement dialog box.
Organizes script lines in collapsible groups.
Outline blocks help make longer scripts easier to read and can be expanded or collapsed in Text View and Keyword View. When collapsed, only the first line is displayed. Optionally include a comment in the first line of the block to summarize the grouped steps. See Cleaning up scripts.
Syntax
# 'comment
Script steps
#
Example
# ' Low-level actions for Window("WysiCorp CRM") control.
BoundaryChecks(False)
Window("WysiCorp CRM").LMouseDoubleClick(351, 14, 47)
BoundaryChecks(True)
#