Dave,

Just for fun I wrote another way of doing the same thing:

byter: func [n [integer!]]
[do join "#{" [to-hex (256 * (n // 256)) + to-integer (n / 256) "}"]]

Jerry

Reply via email to