![]() |
|
#1
|
|||
|
|||
![]() Подскажите пожалста...
Я округляю полученные цифры в стрингриде так: Код:
Form3.StringGrid1.Cells[0,i]:=FloatToStr(RoundTo(w, -2)); Form3.StringGrid1.Cells[1,i]:=FloatToStr(RoundTo(Re, -2)); потом мне нужно снова обратиться к этим цифрам Код:
Pobsie:=Pgeom+strtofloat(StringGrid5.Cells[4,i])+strtofloat(StringGrid4.Cells[3,i])+strtofloat(StringGrid3.Cells[1,i])+strtofloat(StringGrid3.Cells[2,i])+strtofloat(StringGrid2.Cells[5,i])+strtofloat(StringGrid1.Cells[2,i]); |