李
李宏光
Unregistered / Unconfirmed
GUEST, unregistred user!
不好意思麻烦各位大侠!
另外富豪问题62508 huizhang
加* 的下一句为何不通 ?
function TForm1.GetValue(index: integer): integer;
var
Strings1: TStrings;
begin
Strings1:=TStrings.create;
//****
Strings1.CommaText:='1 9 134 0 234 34';
if (index < Strings1.Count) and (index>=0) then
result:=StrToInt(Strings1.Items[Index])
else
result:=0;
Strings1.free;
end;
另外富豪问题62508 huizhang
加* 的下一句为何不通 ?
function TForm1.GetValue(index: integer): integer;
var
Strings1: TStrings;
begin
Strings1:=TStrings.create;
//****
Strings1.CommaText:='1 9 134 0 234 34';
if (index < Strings1.Count) and (index>=0) then
result:=StrToInt(Strings1.Items[Index])
else
result:=0;
Strings1.free;
end;