Previous Topic

Next Topic

Book Contents

Book Index

SetConfigValue - MaxBasic Function

SetConfigValue(Name: String, Value: String)

SetConfigValue function creates a variable / value pair for the session which can be read using GetConfigValue.

SetConfigValue function syntax has these named arguments:

Parameter

Description

Name

Required. A valid variable name.

Value

Required. The associated value.