急!!!!!!!!!大家帮我看看???(0分)

  • 主题发起人 主题发起人 hdon
  • 开始时间 开始时间
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]);
 
谢谢你啦!!!!!
 
[1.1]
[1, 1]
编程的时候细心点就好了。
 
后退
顶部