ReadFromFile/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Type Number“)
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“)
Řádek 42: Řádek 42:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
== Výstupní parametry ==
 
== Výstupní parametry ==

Verze z 29. 1. 2021, 13:20

Jiné jazyky:
English • ‎čeština

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

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

Výstupní parametry

Text

Typ String

Obsah souboru určeného parametrem FileName.