Registriert seit: 28. Jul 2003
Ort: Stuttgart
1.093 Beiträge
Delphi 2007 Professional
|
Re: TStringlist: Delete in einer Schleife
5. Sep 2006, 15:32
Delphi-Quellcode:
for i:=t.count-1 downto 0 do
begin
if t[i]:=Suchstring then t.delete[i]
end;
downto ist dein freund
Levent Yildirim Erzeugung von Icons aus Bildern: IconLev
|