G - Petewg/harbour-core GitHub Wiki

Back to Home

  • GetE(<cEnvironmentVariable>) cValue
    see/use hb_GetEnv()

  • GetEnv(<cEnvironmentVariable>) cValue
    see/use hb_GetEnv()

  • hb_GetEnv( <cEnvironmentVariable>, [<cDefaultValue>] ) cValue
    returns the content of the <cEnvironmentVariable> environment variable.
    If <cEnvironmentVariable> does not exist, <cDefaultValue> is returned.
    If <cEnvironmentVariable> does not exist and no <cDefaultValue> specified an empty string is returned.

Back to Home