Returns an Alpha string containing the value of the operating system variable.
Syntax:
OSEnvGet(variable)
Parameters:
variable – A string value representing an operating system environment variable.
Returns:
An Alpha string containing the value of the variable. If the variable is not set, an empty string is returned.
Example:
OSEnvGet('PATH') reads the value of the operating system PATH environment variable.
See also:
OSEnvSet
ClientOSEnvGet
How Do I Retrieve a Value from the System Environment Settings?
The Online and Rich Client Samples projects (program EV09 and REV09)