[REBOL] Re: noob question -- insert 2 byte hexidecimal value into binary string
From: logan:steeve:g:mail at: 15-Apr-2008 10:31
don't forget debase !!! dec-to-bin: func [d][debase/base at to-hex d 5 16]>> dec-to-bin 36== #{0024}
[REBOL] Re: noob question -- insert 2 byte hexidecimal value into binary stringFrom: logan:steeve:g:mail at: 15-Apr-2008 10:31
|