SetReportFileName()
Summary
Sets the name of the report file.
Changes
Added to Version 4.8.
Syntax
SetReportFileName(string filename)
| Argument | Contents |
|---|---|
| filename | The name of the report file |
Example
SetReportFileName("c:\\temp\\reportfile.txt")
AppendToReportFile(0, "Process completed")
See Also
| Function | Summary |
|---|---|
| AppendToReportFile() | Appends text to the report file |
| ResetReportFile() | Empties the report file |
| GetReportFileName() | Gets the name of the report file |