Returns a text string containing the value of the environment variable you specified.
Format
GETENV (Environment Variable)
Argument
Environment Variable | Character string representing an environment variable. |
Example
The following function returns the name of the registered user, in this case, tmazz:
Function | GETENV("USER") |
Result | tmazz |