JAVA/CORBA CLASSES


getEnvironmentString method
Example

Given the name of a string or numeric environment variable, retrieves its value.

Defined in

Session

Syntax

public String getEnvironmentString(String vname)
   throws NotesException

public String getEnvironmentString(String vname, boolean issystem)
   throws NotesException

Parameters

String vname


boolean issystem
Return value

String


Usage

This method retrieves the environment variable from the NOTES.INI file for the current session.

Language cross-reference

GetEnvironmentString method in LotusScript NotesSession class

@Environment function in formula language

ENVIRONMENT keyword in formula language

Example
See Also