Returns the value of the specified system environment variable.
Syntax
Get(variableName)
Parameters
- variableName
- Name of the environment variable to get. Case insensitive.
Return Value
The value of the specified system environment variable.
Examples
CopyInclude a machine-specific file
$include folders_ EnvironmentVariables.Get(COMPUTERNAME) .vch;
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)