GetVar/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“)
(Založena nová stránka s textem „== Output parameters ==“)
Řádek 38: Řádek 38:
 
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
 
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==
  
 
<span id="value-"></span>
 
<span id="value-"></span>

Verze z 29. 1. 2021, 11:03

Jiné jazyky:
English • ‎čeština

Description

Alias: GV

Gets the variable value.

Finds the variable value specified by the VariableName parameter and saves it in 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

Typ String

Hodnota proměnné s názvem určeným parametrem VariableName.