mshafiee110 Active Member Licensed User Longtime User Nov 3, 2020 #1 I try to delete payload key from map but in watch variable, you say payload key Why? Note: Map is receive from Textfield tag and save into map
I try to delete payload key from map but in watch variable, you say payload key Why? Note: Map is receive from Textfield tag and save into map
Semen Matusovskiy Well-Known Member Licensed User Nov 3, 2020 #2 Guess, you set a breakpoint tn tag.Remove. Meanwhile you need to set in next statement after Remove Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 4, 2020 #3 I guess that there is an extra whitespace in the key value. What is the output: B4X: For Each k As String In tag.Keys Log(k & ": " & k.Length) Next Upvote 0
I guess that there is an extra whitespace in the key value. What is the output: B4X: For Each k As String In tag.Keys Log(k & ": " & k.Length) Next
mshafiee110 Active Member Licensed User Longtime User Nov 5, 2020 #4 There is no whitespace in key name Output is: payload:7 Also when i try to edit it,does not updated Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 5, 2020 #5 What is the output of Log(tag.IsReadOnly)? Upvote 0
mshafiee110 Active Member Licensed User Longtime User Nov 5, 2020 #6 No, readonly is false Erel said: What is the output of Log(tag.IsReadOnly)? Click to expand... Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 5, 2020 #7 You will need to upload a small project that demonstrates the issue. Upvote 0