LOTUSSCRIPT/COM/OLE CLASSES


Platform property
Example

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

Legal values

"Macintosh"Macintosh
"MS-DOS"MS-DOS
"Netware"NetWare
"OS/2v1"OS/2 16-bit
"OS/2v2"OS/2 32-bit
"OS/400"OS/400
"Windows/16"Windows 16-bit
"Windows/32"Windows 32-bit
"UNIX"UNIX (Sun, SCO, AIX)
"Linux"UNIX

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.

Language cross-reference

Platform property in Java Session class

@Platform function in formula language

Example
See Also