Isac Active Member Licensed User Longtime User Mar 29, 2021 #1 Hi all, how can i convert from decimal to hexadecimal? after that I convert the value to hex, i should just take the first 2 numbers and convert them in decimal. is there any example? thanks for your attention
Hi all, how can i convert from decimal to hexadecimal? after that I convert the value to hex, i should just take the first 2 numbers and convert them in decimal. is there any example? thanks for your attention
agraham Expert Licensed User Longtime User Mar 29, 2021 #2 Try my ByteConverter library. You can find the link to it and many other libraries here here B4X Libraries - Google Sheets or if that's not what you want look at the built-in Bit class. Upvote 0
Try my ByteConverter library. You can find the link to it and many other libraries here here B4X Libraries - Google Sheets or if that's not what you want look at the built-in Bit class.