次のスクリプトは「Maple Log」をダイアログに表示します。
Dim currentLog As New NotesLog( "Maple Log" ) Dim logName As String Call currentLog.OpenFileLog( "c:¥log.txt" ) logName = currentLog.ProgramName Messagebox( logName )