ReadFromFile/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(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 „== Output parameters ==“)
Řádek 44: Řádek 44:
 
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
 
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==
  
 
<span id="text-"></span>
 
<span id="text-"></span>

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.

Output parameters

Text

Typ String

Obsah souboru určeného parametrem FileName.