Shay Well-Known Member Licensed User Longtime User Nov 26, 2017 #1 if for example I am getting SMS, how do I manipulate the text, since all is in byte() meaning putting into var (do I need to use bc.copy?) and same for other responses I am getting after sending AT commands
if for example I am getting SMS, how do I manipulate the text, since all is in byte() meaning putting into var (do I need to use bc.copy?) and same for other responses I am getting after sending AT commands
Erel B4X founder Staff member Licensed User Longtime User Nov 26, 2017 #2 It doesn't matter how you receive the bytes. You can use GlobalStore or Queue or Stack to store arrays of bytes. https://www.b4x.com/android/forum/threads/module-globalstore-global-objects-storage.73863/#content Parsing strings: https://www.b4x.com/android/forum/threads/strings-and-bytes.66729/#content Upvote 0
It doesn't matter how you receive the bytes. You can use GlobalStore or Queue or Stack to store arrays of bytes. https://www.b4x.com/android/forum/threads/module-globalstore-global-objects-storage.73863/#content Parsing strings: https://www.b4x.com/android/forum/threads/strings-and-bytes.66729/#content