B4X:
If 0 = kvs.Get("flag") Then
This just goes against my "old" train of thought.... if not doing it this way but traditional way I get a warning in the IDE.
This makes sense to me....
B4X:
If kvs.Get("flag") = 0 Then