Could anybody answer me what's going on?
log file
B4X:
Dim t(10) As Byte
t(0)=0x00
t(1)=0x2e
t(2)=0x6a
t(3)=0x9c
t(4)=0x01
t(5)=0x00
t(6)=0x9f
t(7)=0x02
t(8)=0x06
t(9)=0x00
Dim i As Int
For i=0 To t.Length-1
Log(Bit.ParseInt(t(i),10))
Next
log file
B4X:
0
46
106
-100
1
0
-97
2
6
0