Android Tutorial KeyValueStore class - Simple and efficient key/value data store

Status
Not open for further replies.

LucaMs

Expert
Licensed User
Longtime User
Old thread, I know, but maybe this post can be anyway useful.

I found a problem (one more reason to use the latest version)

Dim N As String = "1234567890123456789012345678"
KVS.PutSimple("N", N)
N = KVS.GetSimple("N")

Log(N)

1.23457e+27.

The latest version does not have this bug.


[I don't need to store that kind of data; N, in my project, is an alphanumeric string]
 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…