Skip to main content

Platform (NotesSession - LotusScript)

Read-only. The name of the platform on which the session is running.

Defined in

NotesSession

Data type

String

Syntax

To get: platform$ = notesSession .Platform

"AIX/64"AIX® 64-bit
"Linux/64"Linux™ 64-bit
"Macintosh"Macintosh
"Macintosh/64"Macintosh 64-bit
"IBM i®"IBM i®
"UNIX™"UNIX™ (Sun, Linux™, AIX®)
"Windows/32"Windows™ 32-bit
"Windows/64"Windows™ 64-bit

Usage

If the script runs on a workstation, this property returns the name of the workstation's platform. If the script runs on a server, it returns the name of the server's platform.

Example