At 08:34 16-4-2003, you wrote: >JM> What is the declaration of Vertices and Vertices2? > > TVertex3D = record > x,y,z : float; //float = single > end; > > Vertices : array of TVertex3D; > Vertices2 : array of TVertex3D; Can you provided a compilable example that we can use for the test suite. Peter