Torge Szczepanek wrote: > I am getting byte counters like this: > > 18446744073707058701
Very much looks like a negative number.. the above is the same as 64 bit integer -2492915 printed as a unsigned value. > The byte counters differ (18446744073707 is mostly the same) so I think > this might be an overflow of a (longint?!?) counter. Very unlikely as it is 64 bits in size and unsigned.. Regards Henrik