utenv.wbb- Get Environment Variable
Syntax
CALL "utenv.wbb",name$,value$
Description
This low-level routine can be used to access an operating system environment variable. It can be used whether or not utcgi.wbb has been called.
Parameter |
Description |
---|---|
name$ |
Case-insensitive environment variable name. |
value$ |
Returns the value of the environment variable. |