OOF2: The Manual
Name
OOF.File.Save.Messages — Save the message logs from the message windows to a file.
Synopsis
OOF.File.Save.Messages(filename,mode,Log,Warning,Report,Query,Error)
Details
- Parent Menu: OOF.File.Save
-
Callback: function
saveMessagesin moduleooflib.common.IO.reporterIO -
Parameters:
filename- Name of the file. Type: A character string.
mode- 'w' to (over)write and 'a' to append Type: An object from the
WriteModeenumerated class. Log- True to include and False to not. Type: Boolean, 0 (false) or 1 (true).
Warning- True to include and False to not. Type: Boolean, 0 (false) or 1 (true).
Report- True to include and False to not. Type: Boolean, 0 (false) or 1 (true).
Query- True to include and False to not. Type: Boolean, 0 (false) or 1 (true).
Error- True to include and False to not. Type: Boolean, 0 (false) or 1 (true).



