.ApplicationEnv

This class is a virtual collection of strings containing the process environment variables.

This class is virtual. You cannot use it as a datatype.

This class is static.

This class acts like an array.

DIM aString AS String

aString = .ApplicationEnv [ Key AS String ]

Returns the value of the environment variable named Key.

DIM aString AS String

.ApplicationEnv [ Key AS String ] = aString

Sets the value of the environment variable named Key.