I want to convert a WORD to a hex string like 15.432 to '3C48'

DavidBo
2024-04-19
2024-04-19
  • DavidBo - 2024-04-19

    I try with BYTE_TO_HEXinASCII but I cant get it right.

    How do I convert a word value like 15432 to the HEX text string '3C48'

     

Log in to post a comment.