CSVWriter.NewFile (METH)¶
METHOD NewFile : CSV_ERROR
A new file is stored. If an empty string is given, a counter is added at the end of the filename, otherwise the file is named like the given value. RESULT: The error Code of type ERROR
- InOut:
- Scope - Name - Type - Comment - Return - NewFile- Input - sFileName- STRING- The name for the new file. Empty string (‘’) will generate an automatic name 
