Switch/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Type String“)
(Založena nová stránka s textem „Value of case.“)
Řádek 32: Řádek 32:
 
Type [[Special:MyLanguage/Datové typy#String | String]]
 
Type [[Special:MyLanguage/Datové typy#String | String]]
  
Hodnota případu.
+
Value of case.
  
 
=== Enabled ===
 
=== Enabled ===

Verze z 25. 9. 2025, 11:36

Jiné jazyky:
English • ‎čeština

Description

Alias: SW

Selects a branch by value

Selects a branch by value in parameter Value. If it matches the value of a case, the corresponding branch is executed, otherwise the default branch is executed. The number of cases is set with the CaseCount parameter and the case values ​​with the parameters Case1 to Case1, where N corresponds to the value of CaseCount.

Input parameters

Value

Type String

A value that determines the branch to be executed if it matches one of the Cases. Otherwise, the default branch is chosen.

CaseCount

Type Number

Required number of cases. Use a constant value. Use of parameter link is not recommended.

Case1

Type String

Value of case.

Enabled

Typ Number

Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.

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