Jump-Out-of-the-Loop
Command Description
Jump out of the counter loop that loops through the data
Command Prototype
Break
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
None | None | None | None | None |
TracePrint("------------------------------------Jump-Out-of-the-Loop-------------------------------------------")
//--------------------------------------------------------------------------------------------
//[Remarks] Modify the variable on the left side of the equation to the value on the right side, and the right side of the equation can be immediate value, expression, command output, etc.
Dim a="UiBot"
TracePrint ("Assign UiBot to variable a")