Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
save_text_file [2017/01/24 17:21]
francisco [Group]
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 |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ Default Value  ^ ^ Name  ^ Type  ^ Description ​ ^ Default Value  ^
-|  Suffix Digits ​ | [[Non negative integer value type]] |  Number of digits used in the file name suffix to represent a model step. If the number of digits is not sufficient to represent the current step, the functor automatically adds more digits. If the number of digits is equal to zero, Dinamica does not include a suffix in the file name.  |  2 | +|  Suffix Digits | [[Non Negative Integer Value Type]] |  Number of digits used in the file name suffix to represent a model step. If the number of digits is not sufficient to represent the current step, the functor automatically adds more digits. If the number of digits is equal to zero, Dinamica does not include a suffix in the file name. |  2 | 
-|  Step | [[Non negative integer value type]]  | Model step that produced the file. This port is automatically associated to a compatible port of a container that wraps this functor. ​  ​|  None | +|  Step | [[Non Negative Integer Value Type]]  | Model step that produced the file. This port is automatically associated to a compatible port of a container that wraps this functor. ​ |  None | 
-|  Workdir | [[Workdir ​type]]  | Workdir folder path.   ​|  None |+|  Workdir | [[Workdir ​Type]]  | Workdir folder path.  |  None |
  
 ===== Output ===== ===== Output =====
Line 33: Line 33:
  
 SaveTextFile SaveTextFile
- 
-