Skip to content

Instantly share code, notes, and snippets.

@chemp7
Created April 28, 2018 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chemp7/c8ede0cfd8301720ac1c367f40eeaa0a to your computer and use it in GitHub Desktop.
Save chemp7/c8ede0cfd8301720ac1c367f40eeaa0a to your computer and use it in GitHub Desktop.
現在のユーザー名を取得(NotesSession クラス)
Sub Initialize
Dim session As New NotesSession
Dim user As String
user = session.Username
Print user
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment