LOTUSSCRIPT 言語
' Create a Notes session and display the current user's name. Dim session As Variant Set session = CreateObject("Notes.NotesSession") Messagebox session.UserName
次のスクリプトは、Microsoft Word がインストールされた Macintosh で機能します。
Sub Initialize
Set MyApp = CreateObject ( "Word.Application")
MyApp.Visible = True
End Sub
関連項目