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 moduleoof2.common.IO.reporterIO -
Threadability:
Threadable -
Parameters:
filename- Name of the file. Type: A character string.
mode- 'w' to (over)write and 'a' to append Type: A character string.
Log- 1 (true) to include and 0 (false) to not. Type: Boolean, 0 (false) or 1 (true).
Warning- 1 (true) to include and 0 (false) to not. Type: Boolean, 0 (false) or 1 (true).
Report- 1 (true) to include and 0 (false) to not. Type: Boolean, 0 (false) or 1 (true).
Query- 1 (true) to include and 0 (false) to not. Type: Boolean, 0 (false) or 1 (true).
Error- 1 (true) to include and 0 (false) to not. Type: Boolean, 0 (false) or 1 (true).
Description
Unlike other OOF.File.Save menu varieties, messages are saved only in an ascii format for an obvious reason./* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




