Have I missed something (coming in way down the thread) or am I being too simplistic in saying why not use a do while loop where the while is the upperbound of the array? There is a start condition and an end condition and a repeat process in the middle adwquately forted by a do-while loop.
John WIlson > > I want to draw a polygon using an array of points. The size of the > array can vary from 10 to 100. How do I get the Polygon procedure to > work with a variable size array? -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.4/399 - Release Date: 25/07/2006 _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

