ENVIRON Function

[This topic is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders. There may be some display and formatting issues until the look and feel is finalized.]

Gets a string associated with an environment variable.

String := ENVIRON(Name)

Parameters

  • Name
    Type: Text constant or code

    The name of the environment variable.

Property Value/Return Value

Type: Text constant or code

The string associated with the environment variable.

Remarks

If the environment variable does not exist, the string that is returned may contain erroneous information.

This function is not supported in the RoleTailored client.

See Also

Reference

APPLICATIONPATH Function
COMMANDLINE Function
GUIALLOWED Function
HYPERLINK Function
OSVERSION Function
SHELL Function
SLEEP Function
TEMPORARYPATH Function

Other Resources

CONTEXTURL Function