10,854
edits
No edit summary |
|||
Line 115: | Line 115: | ||
; Edit functions: Common functions, such as Copy or Delete, help you work with longer scripts effectively. | ; Edit functions: Common functions, such as Copy or Delete, help you work with longer scripts effectively. | ||
; Step: Add a step. Steps do things, for example modify data or user interface. | ; Step: Add a step. Steps do things, for example modify data or user interface. | ||
; Variable, Shared: Define or modify a variable. You can use the variable later in the script. Shared variables can be used even in other scripts within the same | ; Variable, Shared: Define or modify a variable. You can use the variable later in the same script. Shared variables can be used even in other scripts within the same user interface component. | ||
; If, Else: Use to define conditions when a particular step should be performed. | ; If, Else: Use to define conditions when a particular step should be performed. | ||
; Condition, Group And, Group Or, Ungroup: Use Condition to add another condition to the same If. Define if the all conditions must be met (AND) or only some (OR). Use Ungroup in nested conditions. | ; Condition, Group And, Group Or, Ungroup: Use Condition to add another condition to the same If. Define if the all conditions must be met (AND) or only some (OR). Use Ungroup in nested conditions. |