GetVar

Z Wiki
Verze z 29. 1. 2021, 11:02, kterou vytvořil BakerD (diskuse | příspěvky) (Založena nová stránka s textem „Enables or disables the command. If the value is 0, the command will not be executed.“)
Přejít na: navigace, hledání
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

Typ Number

Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.

PostWait

Typ Number

Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.

Výstupní parametry

Value

Typ String

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