GetEnvironmentVariable(String name)
This function returns the environment variable associated with variable name name. This function can be used to access License System 2 Environment Variables.
Parameters
name
[in] The name of the environment variable for which the value is to be retreived
Return Values
This function returns the string value associated with the environment variable "name".
Example:
msgbox "The current License Key is " + GetEnvironmentEnvironment("TS_CURRENT_KEY")
msgbox "The system PATH variable is " + GetEnvironmentEnvironment("PATH")