On 24 sep 2004, at 18:46, Skybuck at home.nl wrote: > testData = record > testIndex : packed array [0..12] of integer; > end; > > Wouldn't that solve any alignment problems ? > > Or doesn't free pascal have a 'packed' directive ? It does, but it only works for individual records. It's ignored for arrays. Jonas