ReadFromFile/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Type String“)
(Založena nová stránka s textem „Contents of the file specified by the FileName parameter.“)
Řádek 51: Řádek 51:
 
Type [[Special:MyLanguage/Data types#String | String]]
 
Type [[Special:MyLanguage/Data types#String | String]]
  
Obsah souboru určeného parametrem [[#filename-| FileName]].
+
Contents of the file specified by the [[#filename-| FileName]] parameter.

Verze z 29. 1. 2021, 13:21

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

Type String

Contents of the file specified by the FileName parameter.