BBjConfig::clientEnv
Description
In BBj 25.03 and higher, this method returns the value of the specified client operating system environment variable. It throws a BBjException if the variable does not exist.
Syntax
| Return Value | Method |
|---|---|
| string | clientEnv(string p_name, boolean p_caseInsensitive) |
Parameters
| Variable | Description |
|---|---|
| p_name | Name of the environment variable to return. |
| p_caseInsensitive | True if the variable name should be considered case insensitive. |
Return Value
Returns the value of the specified client operating system environment variable.
Throws a BBjException if an error occurs or if the variable does not exist.
See Also
BBj Object Creation and Assignment
CLIENTENV() Function - Get Client Side O/S Environment Variables
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.