Variable
Place a variable action anywhere in your script to be used by the other actions in the script. A variable can only be used by actions below the variable and in the same scope.
A variable can be initialised to a certain value or can be assigned later in the script.
Properties
Value
The value to which the variable will be initialised.
Last updated