.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


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

See Also