LOTUSSCRIPT /COM/OLE のクラス


例:ProgramName プロパティ
次のスクリプトは「Maple Log」をダイアログに表示します。

Dim currentLog As New NotesLog( "Maple Log" )
Dim logName As String    
Call currentLog.OpenFileLog( "c:\log.txt" )
logName = currentLog.ProgramName
Messagebox( logName )

関連項目