Name | Type | Description |
fileName | String | The name of the file in which the cases will be saved |
colNodes | Collection | A collection containing the nodes which are included in the file. That is, only the cases on the nodes in this collection are saved to the file. The collection cannot be empty. |
cases | Variant | An integer array, containing the id of all the cases which will be written to the file. If all cases are to be saved, give Nothing as parameter |
casecounts | Boolean | If true, case counts will always be stored, even if they are all 1. If false, case counts will only be stored if they are different from 1. |
separator | String | A string of characters used to separate the values in the file |
missingData | String | The value used to represent missing data in the file |