ReadFromFile/en: Porovnání verzí
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“) |
(Založena nová stránka s textem „Type Number“) |
||
| Řádek 40: | Řádek 40: | ||
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0. | Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0. | ||
Verze z 29. 1. 2021, 13:20
Obsah
Description
Alias: RFF
Reads text from file.
Saves the contents of the FileName in the output parameter Text.
Input parameters
FileName
Type String
File name, including path, whose contents will be read to the output parameter Text.
Encoding
Type Number
File coding.
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
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
Výstupní parametry
Text
Typ String
Obsah souboru určeného parametrem FileName.