ReadFromFile/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „== Description ==“)
 
(Není zobrazeno 16 mezilehlých verzí od stejného uživatele.)
Řádek 7: Řádek 7:
 
'''Alias: RFF'''
 
'''Alias: RFF'''
  
'''Načte text ze souboru.'''
+
'''Reads text from file.'''
  
Do výstupního parametru [[#text-| Text]] uloží obsah souboru s názvem [[#filename-| FileName]].
+
Saves the contents of the [[#filename-| FileName]] to the output parameter [[#text-| Text]].
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="filename-"></span>
 
<span id="filename-"></span>
 
=== FileName ===
 
=== FileName ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Jméno souboru včetně cesty, jehož obsah bude načten do výstupního parametru [[#text-| Text]].
+
File name, including path, whose contents will be read to the output parameter [[#text-| Text]].
  
 
=== Encoding ===
 
=== Encoding ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Kódování souboru.
+
File coding.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#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 ==
+
== Output parameters ==
  
 
<span id="text-"></span>
 
<span id="text-"></span>
 
=== Text ===
 
=== Text ===
  
Typ [[Special:MyLanguage/Datové typy#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.

Aktuální 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 to 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.