GETENV
The GETENV function returns the value of the environment variable. If no variable exists, an empty string is returned.
- Syntax:
- GETENV(single-text-expression)
- Meaning:
- GETENV (the environment variable name)
- Returns:
- A single-text-item
The GETENV function returns the value of the environment variable. If no variable exists, an empty string is returned.