Previous Topic

Next Topic

GetEnvironmentVariable - MaxBasic Function

GetEnvironmentVariable(EnvironmentVariable: String): String

Get Environment Variable function returns the value of an environment variable. Returns Null if Null passed or the specified variable does not exist, or returns the environment string as requested.

GetEnvironmentVariable function syntax has these named arguments:

Parameter

Description

Environment Variable

Required. The environment variable to be evaluated.

See Also

Environment Functions

Book Contents

Book Index