I
igghdee
Unregistered / Unconfirmed
GUEST, unregistred user!
//input:array[0..5] of single
With Adotable1.Recordset do
begin
If input1 < Fields[j + 3] then //[Error] Unit1.pas(109): Incompatible types
a:=a+5;
end;
为什么,错在哪里,谢了!
With Adotable1.Recordset do
begin
If input1 < Fields[j + 3] then //[Error] Unit1.pas(109): Incompatible types
a:=a+5;
end;
为什么,错在哪里,谢了!