SetVar
Obsah
Description
Alias: SV
Sets the variable value.
Sets the value in the Value parameter for the variable specified by the VariableName parameter.
Input parameters
VariableName
Type String
Name of the variable.
Value
Type String
Value to be inserted into the variable.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not execute.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.