Quote Originally Posted by rekveld
but what the about that first 8-char string, is that 'big endian' too ?
strings dont have endian ordering.
but shorts and long integers do.

on powerpc the number 0x1234 in hex is arranged in memory as 0x12 0x34 but on pentium its order in memory is 0x34 0x12