Newbie here!
I've got my first card all done with an option button that let me select 23 values, from 1 to 23. (actually, there's quite a bit more, but let's just stick with this one example)

I would like to convert these ascii values that get returned to hex - for instance, a 09 to 09, 10 to 0A, etc.
I've tried the binaryDecode function, and it will convert the number 09 to a 30 39, which is not what I need.
I've looked through all of the FAQs, and searched the forums, but haven't found the magic decoder ring.
Any helpful hints would be greatly appreciated.
Thanks!
Tim