Hi there!
I'm trying to check for an existing value stored before using it, according to the tutorial documentation, but the IDE points me a missing parameter.
If the value is not stored I'm going to PUT it then.
Any clues? BTW, the process was started on
Regards,
Fernando
I'm trying to check for an existing value stored before using it, according to the tutorial documentation, but the IDE points me a missing parameter.
If the value is not stored I'm going to PUT it then.
Any clues? BTW, the process was started on
B4X:
[INDENT]Sub Service_Create
kvs.Initialize(File.DirInternal, "datastore2")
End Sub[/INDENT]
Regards,
Fernando
Last edited: