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. | ||
; Say Text: Display a message. | |||
; Set GPS: | |||
; 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. | ; 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. |