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

[REBOL] Re: explanation, gurus? :-) (image memory representation)

From: petr:krenzelok:trz:cz at: 21-Aug-2001 12:32

Hi Nenad, thanks a lot. I sent it to feedback for RT to look into .... My problem is - I am not good at various base conversions. Let's say I want to have something like that: 00000001 - byte representation, where certain bits will mean some action in our device. So, while in Rebol, I can construct such string. But how to easily convert it to binary for our 8bit chip. I mean - I want my friend to receive above mentioned 00000001 representation ... What aproach to choose? Let's say I want to express, that CCD read-out will be 324x200 pixels .... How to encode 324 value into those "001101010101blabla"? :-) btw: do you know that debase "00000001" crashes rebol/view? Rebol/Command seems to be OK, but try debase/base "00000001" 2 :-) Thanks, Best, -pekr- Nenad Rakocevic wrote: