Hi there,
is there a way to set more than one "value"?
something like this:
BR
Sinan
PS: Unfortunately, I can't do something like that, because the first Value1 contains a string and this character (|) may also appear there. And then I'd have the problem with splitting
is there a way to set more than one "value"?
something like this:
B4X:
Map1.Put("Key1", "Value1", "Value2")
BR
Sinan
PS: Unfortunately, I can't do something like that, because the first Value1 contains a string and this character (|) may also appear there. And then I'd have the problem with splitting
B4X:
Map1.Put(Key1, Value1 & "|" & Value2)