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

[REBOL] Working with binary data

From: jr:brainbyte at: 26-Sep-2000 17:40

If I read in a binary file I get this for example: variable: #{ 524946462400000043444441666D742018000000010001005C774C0100000000 B253000000020000332D0400 } How do I navigate this to get to specific values and extract them and store them in variables? The best I could do is use data: first variable BUT, I would like to be able to extract more than one at a time. Thanks, Jeff