LOTUSSCRIPT/COM/OLE CLASSES
Dim currentLog As New NotesLog( "Maple Log" ) Dim logName As String Call currentLog.OpenFileLog( "c:\log.txt" ) logName = currentLog.ProgramName Messagebox( logName )
See Also