4. System Classes : SessionObject Class : GetEnv Method
 
Share this page                  
GetEnv Method
The GetEnv method returns the current setting of an environment variable.
This method has the following syntax:
varchar(256) = SessionObject.GetEnv(name = varchar(256))
This method has the following parameter:
name
Identifies the environment variable
If the environment variable is not set, the method returns an empty string.