LOTUSSCRIPT/COM/OLE CLASSES
Sub Initialize Dim agentLog As New NotesLog("Agent 4 log") Call agentLog.OpenFileLog("AGENT4.LOG") Call agentLog.LogAction("Agent 4 invoked") End Sub
See Also