setcfg


(setcfg settingName value)

This function sets the built-in or application setting settingName to value.

Arguments

settingName  (string) the name of a setting;
value  (string)

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";
built-in settings can be accessed by their name as shown in Settings dialog (also with prefix like "BIM/....")



©  Bricsys NV. All rights reserved.