Skip to main content

Jump-Out-of-the-Loop

Command Description

Jump out of the counter loop that loops through the data

Command Prototype

Break

Parameter Description

ParameterRequiredTypeDefaultDescription
NoneNoneNoneNoneNone
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")