delphi编程问题 恳请高手指点
procedureTForm1.Button1Click(Sender:TObject);vari:integer;a:array[1..4]ofreal;b:array...
procedure TForm1.Button1Click(Sender: TObject);
var
i:integer;
a:array[1..4] of real;
b:array[1..4] of real;
begin
for i := 1 to 4 do
begin
if i=1 then
stringgrid2.Cells[1,i]:= stringgrid1.Cells[1,i]
else if i>1 then
a[i]:= strtofloat(stringgrid1.Cells[1,i]) ;
b[i]:= strtofloat(stringgrid2.Cells[1,i]) ;
stringgrid2.Cells[1,i]:=floattostr(a[i-1]+b[i]);
end;
end; 展开
var
i:integer;
a:array[1..4] of real;
b:array[1..4] of real;
begin
for i := 1 to 4 do
begin
if i=1 then
stringgrid2.Cells[1,i]:= stringgrid1.Cells[1,i]
else if i>1 then
a[i]:= strtofloat(stringgrid1.Cells[1,i]) ;
b[i]:= strtofloat(stringgrid2.Cells[1,i]) ;
stringgrid2.Cells[1,i]:=floattostr(a[i-1]+b[i]);
end;
end; 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询