hex-encode

  1. Cecil

    Answered Convert Integer to Hexadecimal Value

    I'm having a brain freeze and I thought I knew how to do this but I just can't think. How do I convert an Integer into a Hexadecimal value? This is how I thought you can do it: DEFINE VARIABLE r_RAW AS RAW NO-UNDO. PUT-UNSIGNED-SHORT (r_RAW,1) = 52203. MESSAGE...
Top