Hello all
I am reading in a binary file with unpack (32 bit unsigned integer), shuffling the order of the individual numbers, then writing it out again in binary using pack (big-endian 32-bit unsigned integer). This all works well, until I try to do something to the data in between - a simple arithmetic opperation like scaling the numbers by a factor. I know this is probably trivial too you all, but the opperation seems to transform the data into internal floating point, that I can no longer repack correctly. Is there a way around this?
Desperate and Dataless