Create a settings group and add a new setting to the group.
Then, remove the setting.
Use the settings
function to access the root of the
settings tree and then create the settings group
mysettings
.
Add the setting MyWorkAddress
to
mysettings
.
ans =
Setting 'mysettings.MyWorkAddress' with properties:
ActiveValue: '3 Apple Hill Drive'
TemporaryValue: <no value>
PersonalValue: '3 Apple Hill Drive'
FactoryValue: <no value>
Remove the setting MyWorkAddress
from
mysettings
.
ans =
SettingsGroup 'mysettings' with no properties.