> Micha Nelissen wrote: >> Hi, >> >> psrc:=@FList[0], is this correct ? Shouldn't it be FList^, since FList >> is a pointer to an array of pointers ? > > Sorry, fpc 2.1.1, compiler/cclasses.pas. Same story for TFPHashList.Pack > btw. It is correct. It is the address of the first pointer in the array of pointers.