GetVar/en: Porovnání verzí
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“) |
|||
| (Není zobrazeno 6 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 9: | Řádek 9: | ||
'''Gets the variable value.''' | '''Gets the variable value.''' | ||
| − | Finds the variable | + | Finds the value of the variable specified by the parameter [[#variablename-| VariableName]] and saves it to the input parameter [[#value-| Value]]. |
== Input parameters == | == Input parameters == | ||
| Řádek 34: | Řádek 34: | ||
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
<span id="value-"></span> | <span id="value-"></span> | ||
=== Value === | === Value === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | Value of the variable with name specified by the [[#variablename-| VariableName]] parameter. | |
Aktuální verze z 29. 1. 2021, 11:05
Obsah
Description
Alias: GV
Gets the variable value.
Finds the value of the variable specified by the parameter VariableName and saves it to the input parameter Value.
Input parameters
VariableName
Type String
Name of the variable whose value will be obtained.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
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.
Output parameters
Value
Type String
Value of the variable with name specified by the VariableName parameter.