If/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „'''Branching out the run according to condition.'''“)
(Založena nová stránka s textem „Branching the run according to the value of the Condition parameter. If non-null, the Then branch is launched, otherwise the Else branch.“)
Řádek 9: Řádek 9:
 
'''Branching out the run according to condition.'''
 
'''Branching out the run according to condition.'''
  
Rozvětvení běhu podle hodnoty v parametru [[#condition-| Condition]]. Je-li nenulová, spustí se větev Then, jinak větev Else.
+
Branching the run according to the value of the [[#condition-| Condition]] parameter. If non-null, the Then branch is launched, otherwise the Else branch.
  
 
== Vstupní parametry ==
 
== Vstupní parametry ==

Verze z 29. 1. 2021, 11:16

Jiné jazyky:
English • ‎čeština

Description

Alias: IF

Branching out the run according to condition.

Branching the run according to the value of the Condition parameter. If non-null, the Then branch is launched, otherwise the Else branch.

Vstupní parametry

Condition

Typ Number

Podmínka větvení běhu. Je-li hodnota nenulová, spustí se větev Then, jinak větev Else.

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