Si trovato prima... RisoltoConvert AsciiHex to Binary
I am trying to convert a two digit AsciiHex representation of a single character to it's binary equivalent. What is the best function for this? Example: AsciiHex(1C)= Binary(00011100) From what I have pieced together by reading other posts, it appears that there isn't a function to do this...www.b4x.com