If the script runs on a server, this method retrieves the environment variable from the server's notes.ini file, subject to administrative restrictions (see "Restricting agents on servers" in Administration Help or Administering the Domino System).
Sub Initialize
Dim session As New NotesSession
Print session.GetEnvironmentString ("KitType", True)
End Sub
1. das True vergessen, um Ini-Einträge ohne $ auszulesen