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
- [REBOL] Newbie seeks help Re:(4) 70740 . 503
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