H
hdon
Unregistered / Unconfirmed
GUEST, unregistred user!
var arr1:array[1..915] of single;
.....
Form4.StringGrid1.Cells[1.1]:=FloatToStr(arr1[1]);
[Error] Unit2.pas(144): Incompatible types: 'Integer' and 'Extended'
这是怎么回事????
.....
Form4.StringGrid1.Cells[1.1]:=FloatToStr(arr1[1]);
[Error] Unit2.pas(144): Incompatible types: 'Integer' and 'Extended'
这是怎么回事????