unit TestData; interface const cSize=11; type tArray=array[1..cSize] of Double; const X:tArray=(144300,144325,144350,144375,144400,144425,144450,144475,144500,144525, 144550); Y:tArray=(1899, 1890, 1912, 2057, 2650, 3542, 4037, 3542, 2621, 1959, 1825); {const X:tArray=(144300,144325,144350,144375,144400,144425,144450,144475,144500,144525, 144550); Y:tArray=(1899, 1890, 1912, 2057, 2650, 3542, 4037, 3542, 2621, 1959, 1825); } implementation end.