GetVar/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „GetVar“)
 
 
(Není zobrazeno 16 mezilehlých verzí od stejného uživatele.)
Řádek 3: Řádek 3:
 
[[Category:GuiMaster Library]]
 
[[Category:GuiMaster Library]]
  
== Popis ==
+
== Description ==
  
 
'''Alias: GV'''
 
'''Alias: GV'''
  
'''Získá hodnotu proměnné.'''
+
'''Gets the variable value.'''
  
Zjistí hodnotu proměnné určené parametrem [[#variablename-| VariableName]] a uloží ji do výstupního parametru [[#value-| Value]].
+
Finds the value of the variable specified by the parameter [[#variablename-| VariableName]] and saves it to the input parameter [[#value-| Value]].
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="variablename-"></span>
 
<span id="variablename-"></span>
 
=== VariableName ===
 
=== VariableName ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Název proměnné, jejíž hodnota bude získána.
+
Name of the variable whose value will be obtained.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li 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>
 
=== Value ===
 
=== Value ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Hodnota proměnné s názvem určeným parametrem [[#variablename-| VariableName]].
+
Value of the variable with name specified by the [[#variablename-| VariableName]] parameter.

Aktuální verze z 29. 1. 2021, 11:05

Jiné jazyky:
English • ‎čeština

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.