setcfg
(setcfg settingName value)
This function sets the built-in or application
setting settingName to value.
Arguments |
settingName
(string) the name of a
setting; |
Return |
value if successfully assigned, NIL if settingName is not a valid setting |
Example |
(setcfg "MyApplication/GlobalSetting_A" "InitDone") |
Remarks |
application specific settings
can be stored as "MyApplication/GlobalSetting_A"; |
© Bricsys NV. All rights reserved. |