GETE()
Obtains a system environmental setting.
Syntax
GETE(<cEnviroment> ) --> <cReturn>
Arguments
<cEnviroment> Enviromental variable to obtain.
Returns
<cReturn> Value of the Environment Variable.
Description
This function yields a string that is the value of the environment variable <cEnviroment>, which is stored at the system level.
If no environment variable is found, an empty string is returned.
Examples
? GETE( "PATH" ) ? GETE( "CONFIG" ) ? GETE( "HARBOURCMD", "-n -l -es2" )
Compliance
This is CA-Cl*pper compliant.
The <cDefaultValue> parameter is a Harbour extension.
Platforms
All
Files
src/rtl/gete.c Library is rtl
Seealso
GETENV
Pingback: Harbour All Functions – G | Viva Clipper !
Pingback: Harbour Misc Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !