[REBOL] HEX to-binary!
From: ptretter:norcom2000 at: 20-Feb-2001 20:54
I am trying to do some cool stuff with file data. However I am have
troubles :(
What I want to do take data that was extracted from binary for
example -
file1: read/binary %somefile.???
file2: reform file1
which is now in a string format so that I have the hex data. I want
to manipulate the data and put it back into binary so that I see the
same hex again when I read the file. How do I do that?
It seems I keep trying things and not getting the original look of
the original file1 with my changes.
Any help?
Paul Tretter