[Gambas-user] Clear do not work in gb.settings

Benoît Minisini gambas at ...1...
Wed Dec 31 03:04:25 CET 2014


Le 24/12/2014 14:59, Charlie Reinl a écrit :
> Salut Benoît,
>
> Clear do not work in gb.settings
>
>    ' create and save it
>    hSettings["Charlie/Login"] = "ToTo"
>    hSettings.Save()
>    ' clear and save it
>    hSettings.Clear("Charlie/Login")  ' don't work, not found
>    hSettings.Save()
>    ' clear and save it
>    hSettings.Clear("Charlie")   ' don't work, found, removed
>    hSettings.Save() ' on save reloaded by "Sub Load()" from file
>
> attached the gb.settings from rev 6753 with my Test
>

It should be fixed in revision #6781.

Regards,

-- 
Benoît Minisini




More information about the User mailing list