Command Groups

Top  Previous  Next

 

Command Groups allow you to group commands together in order that they can be processed as a group.

 

The start of a group of commands is identified by the Begin command, and the end of the group by the End command. In between are one or more commands to be executed as part of the group.

 

This group structure is used with the If command to save having to write the same If specification multiple times.

 

See Also: If Begin End