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;