Skip to main content

Examples: Platform property

This script gets the current platform and puts it into the variable plat. For example, if the script runs on a Windows™ 3.1 workstation, the Platform property returns "Windows/16".

Dim session As New NotesSession
Dim plat As String
plat = session.Platform