Android Question keybord bluetooth keypress

romario87027

Active Member
Licensed User
Longtime User
I have connected a bluetooth barcode reader. I can not understand how to read the "TAB". Can anyone help me? thanks
 

romario87027

Active Member
Licensed User
Longtime User
I'm sorry I have explained myself badly. I have a bluetooth keyboard, I get when I read one character at a time. My string read is "800000000001" TAB "how do I understand the" TAB "
B4X:
Sub txtEan_TextChanged (Old As String, New As String)
   
    If New = Old Then
    Return
    End If
    Log(New)
       
End Sub
thanks
 
Upvote 0
Top