Retrieve all environment variables to an object.
GetEnv() Function Example: OutPutVar:=GetEnv()
The name of the variable in which to store the object containing all Environment Variables.
EnvVars:=GetEnv() for k,v in EnvVars MsgBox k "=" v