EnvVar-func
This function returns the string value stored in the corresponding Windows environment variable.
string EnvVar("variableName")
variableName
Return the string value stored in the Windows environment variable.
ty EnvVar("computername")$;//Return the computer name of local machine ty EnvVar("appdata")$;//Return the directory path to the Application Data folder