Platform (NotesSession - LotusScript®)
Read-only. The name of the platform on which the session is running.
Defined in
Data type
String
Syntax
To get: platform$ = notesSession .Platform
Legal values
| "AIX/64" |
AIX® 64-bit |
|
|---|---|---|
| "Linux/64" |
Linux 64-bit |
|
| "Macintosh" |
Macintosh |
|
"Macintosh/64" |
Macintosh 64-bit |
|
| "OS/400®" |
OS/400 |
|
| "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.
Language cross-reference
Platform property in Java™ Session class
@Platform function in formula language