Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Converting numbers to binary form.

From: reboler::programmer::net at: 9-Sep-2002 10:24

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?