A arvin Member Dec 17, 2016 #1 hi, I need to read a bit in a byte like: Dim data as byte dim status as Boolean status=data[1] 'status = bit number 1 of data variable How can i say to b4a to do this?
hi, I need to read a bit in a byte like: Dim data as byte dim status as Boolean status=data[1] 'status = bit number 1 of data variable How can i say to b4a to do this?
Erel B4X founder Staff member Licensed User Longtime User Dec 18, 2016 #2 https://www.b4x.com/android/forum/threads/math.70956/#post-450781 Upvote 0
A arvin Member Dec 18, 2016 #3 Thanks, that topic solved my problem. Is there any PDF of HLP for this kind of operation? my next question is how can I convert a String to byte?!? or reverse. Upvote 0
Thanks, that topic solved my problem. Is there any PDF of HLP for this kind of operation? my next question is how can I convert a String to byte?!? or reverse.
Erel B4X founder Staff member Licensed User Longtime User Dec 18, 2016 #4 See the first search results: https://www.b4x.com/android/forum/pages/results/?query=string+to+bytes https://www.b4x.com/android/forum/threads/70111/#content Upvote 0
See the first search results: https://www.b4x.com/android/forum/pages/results/?query=string+to+bytes https://www.b4x.com/android/forum/threads/70111/#content