Android Question read data from byte

wiwit

Member
Licensed User
Longtime User
https://www.b4x.com/android/forum/threads/int-value-from-byte.70592/#content



Error description: Unknown member: substring2

Dim S1 As Int = bc.StringFromBytes(bc.SubString2(msg, 0, 3))
Word: substring2

is there something wrong?
I use it in B4a
 
Last edited:

thetahsk

Active Member
Licensed User
Longtime User
That's an example from B4R. Only the Byteconverter from B4R has a substring2 implementation.
 
Upvote 0