GetEnv

Retrieve all environment variables to an object.

GetEnv()
Function Example: OutPutVar:=GetEnv()

Parameters

OutputVar

The name of the variable in which to store the object containing all Environment Variables.

Examples

EnvVars:=GetEnv()
for k,v in EnvVars
	MsgBox k "=" v