Didier9 Well-Known Member Licensed User Longtime User Nov 24, 2019 #1 I am trying to convert an array of bytes into different variables (Float, Long, Double), like the LSet statement under VB 6.0 or union in C. I am sure I came across a solution for that under B4A but it escapes me at the moment.
I am trying to convert an array of bytes into different variables (Float, Long, Double), like the LSet statement under VB 6.0 or union in C. I am sure I came across a solution for that under B4A but it escapes me at the moment.
Erel B4X founder Staff member Licensed User Longtime User Nov 24, 2019 #2 You should use ByteConverter library for this. Upvote 0
Didier9 Well-Known Member Licensed User Longtime User Nov 24, 2019 #3 Thank you Erel, I actually have used it before, could not remember the name and I was not searching for the right terms... Upvote 0
Thank you Erel, I actually have used it before, could not remember the name and I was not searching for the right terms...