Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
save_text_file [2017/01/30 14:39] francisco |
save_text_file [2017/01/30 14:50] (current) francisco |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | This functor saves a text into a file. The file name and its path must be specified. | + | This functor saves a text into a file. The file name and its path must be specified. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Text | [[String Type]] | Strings to be saved. | | + | | Text | [[String Type]] | Strings to be saved. | |
| | Filename | [[Generic Filename Type]] | Name of the file where the text will be saved. Dinamica automatically determines the file format from a selected file extension. | | | Filename | [[Generic Filename Type]] | Name of the file where the text will be saved. Dinamica automatically determines the file format from a selected file extension. | | ||
| Line 24: | Line 24: | ||
| ===== Group ===== | ===== Group ===== | ||
| - | [[Input/Output]] | + | [[Functor List#Input/Output | Input/Output]] |
| ===== Notes ===== | ===== Notes ===== | ||