This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
SaveSetting Statement
Saves or creates an application entry in the Windows .
SaveSetting (appname, section, key, setting)
Arguments
- appname
- Required. containing the name of the application or to which the setting applies.
- section
- Required. String expression containing the name of the section in which the key setting is being saved.
- key
- Required. String expression containing the name of the key setting being saved.
- setting
- Required. containing the value to which key is being set.
Remarks
If the key setting can't be saved for any reason, an error occurs.
See Also
Example
DeleteSetting Statement | GetAllSettings Function | GetSetting Function