I want to write 2 simple entries in a map:
But i get following error when saving the map:
The Input_Type is TEXT....
B4X:
If Mappi.IsInitialized = True Then
EditTextName.InputType = EditTextName.Text
EditTextemail.InputType = EditTextemail.Text
Mappi.Put("vornachname",EditTextName.Text)
Mappi.Put("emailadresse",EditTextemail.Text)
For Each v As Int In Mappi.Values
Log(v)
Next
File.WriteMap(share & "/testdir","userdata.map",Mappi)
End If
B4X:
java.lang.NumberFormatException: Invalid double: "John Smith"