in reply to Re^3: unpack blob
in thread unpack blob

Side note when using S and L, as you are also using N: The byte order in S and L is architecture dependent. You probably should add the required endianness, like S< or L>. See this overview to see what the difference is.


Enjoy, Have FUN! H.Merijn