UserInput/en: Porovnání verzí
(Založena nová stránka s textem „Type Number“) |
(Založena nová stránka s textem „Enables or disables the command. If the value is 0, the command will not be executed.“) |
||
| Řádek 31: | Řádek 31: | ||
Type [[Special:MyLanguage/Datové typy#Number | Number]] | Type [[Special:MyLanguage/Datové typy#Number | Number]] | ||
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
Verze z 2. 11. 2023, 08:41
Obsah
Description
Alias: UI
Prompts for user input.
Displays a dialog box with the caption Caption to manually insert a value with a label Label. User input is stored in a parameter Text. In case of cancellation, the command ends with an error.
Input parameters
Caption
Type String
The title of the dialog box.
Label
Type String
User prompt label.
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
Text
Typ String
Text vložený uživatelem.