GetEnvironmentVariable Method (SystemFunctions)
Class
SystemFunctions
.
Action
Gets the value of the specified environment variable.
Syntax
sValue
= GetEnvironmentVariable (
sName
)
Variable
Description
sValue
The value of the specified environment variable.
String
.
sName
The name of the environment variable.
String
.