[REBOL] Re: Converting numbers to binary form.
From: chris:ross-gill at: 9-Sep-2002 11:57
Hi Alan,> Is there an easy way to represent numbers in their binary form? > > A work-around for 0 thru 255 is ... > > to-binary to-char number > > ... but what can one do for higher numbers? >> to-binary to-block 255== #{FF} - Chris