ENV() |
![]() ![]() ![]() |
The ENV() function retrieves an operating system environment variable.
Format
ENV(var.name)
where
The ENV() function retrieves the named operating system environment variable, returning its value. If the variable is not defined or var.name is invalid a null string is returned.
This function always returns a null string on the PDA version of QM. |