Hello all,
Is there a built in function to convert a string of ascii chars to their individual hex values? If not built in, any sample code?
Convertion like the following:
}gGWþGÕü ==>> 7D 04 67 47 57 FE 47 1F D5 FC
Thanks,
Tim
Hello all,
Is there a built in function to convert a string of ascii chars to their individual hex values? If not built in, any sample code?
Convertion like the following:
}gGWþGÕü ==>> 7D 04 67 47 57 FE 47 1F D5 FC
Thanks,
Tim
Thanks Kem!
Tim
Yet another function in the language that I’ve never noticed for years .
(but I remember having seen it in autocomplete hundred of times without wondering what it was…)