B4i Library [Class] PreferenceManager

Derek Johnson

Active Member
Licensed User
Longtime User
Thanks for creating that. That's really good.

Also it is a very good example of how to define and use classes.:)
 

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
Hi,

today I want to share my classe PreferenceManager with you.

View attachment 30840

Hello Filippo,

I'm using this class a long time ago, but I found one bug when one client of mine told me this:

Supose you try to save this:

manager.SetString("Password","000000")
and when you try to retrieve, you get:

just "0"

and the expected is "000000"



thank you
 
Top