EnvVar-func
This function returns the string value stored in the corresponding Windows environment variable. If this string is not a valid Windows environment variable string, missing will be returned.
string EnvVar("variableName")$
variableName
Return the string value stored in the Windows environment variable. If this string is not a valid Windows environment variable string, missing will be returned.
ty EnvVar("computername")$;//Return the computer name of local machine ty EnvVar("appdata")$;//Return the directory path to the Application Data folder