Dim bc As ByteConverterDim strx As StringDim b() As ByteDim bconv As ByteConverter
b = bconv.StringToBytes(etcodice.Text,"UTF8")
strx = bc.HexFromBytes(b)
Log(strx)
If strx.Contains("1D") Then
ToastMessageShow("c'è il campo funcition", False)EndIf
Il problema è che leggendo etcodice.text il campo scompare, dovrei riuscire a intercettare il flusso di tastiera (lettore di codici a barre) prima che venga visualizzato.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.