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
String
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