in reply to Re^3: unpack - array takes too many bytes
in thread unpack - array takes too many bytes

The difference is that "C" is a fixed length format (one byte) while "A" is a variable length format so a number after "C" specifies how many Cs while a number after "A" specifies the length of one A.

  • Comment on Re^4: unpack - array takes too many bytes