Previous Topic

Next Topic

GetConfigValue - MaxBasic Function

GetConfigValue(VariableName: String)

GetConfigValue function gets the variable for VariableName from the file specified in LoadConfig or variable created using SetConfig and returns the value. Must be used in conjunction with LoadConfig or SetConfig.

GetConfigValue function syntax has these named arguments:

Parameter

Description

VariableName

Required. Variable name for Config value loaded into memory.

See Also

Environment Functions

Book Contents

Book Index