Syntax
| SQL.ReadSystemSetting(KeyField[, DefaultValue])
| ||||||
---|---|---|---|---|---|---|---|
Description
| Reads out a system setting, optionally providing a default value if the setting would not already exist.
| ||||||
See Also
| |||||||
Example
| Sub Main() MsgBox SQL.ReadSystemSetting("VerkoopManager") ' namen verkopers End Sub | ||||||