Android Question no uinteger in b4a? [solved]

DonManfred

Expert
Licensed User
Longtime User
B4X:
Sub ToUnsigned(b As Byte) As Int
   Return Bit.And(0xFF, b)
End Sub
 
Upvote 0
Top