Einzelnen Beitrag anzeigen

EDatabaseError

Registriert seit: 11. Mai 2005
Ort: Göppingen
1.238 Beiträge
 
Delphi 2007 Professional
 
#7

Re: Einfache Schleife kann ich nicht lösen! :-(

  Alt 21. Jun 2006, 20:15
Zitat von la.reunion:
Delphi-Quellcode:
For i:= 0 to listbox1.items.count - 1 do
  fn := 'C:\Windows\Temp\allcover\';
  fs := TFileStream.Create(fn, fmCreate);
    IdHTTP1.Get(HIER, fs);
end;
  finally
  FreeAndNil(fs);
end;
Ist die schleife dann so richtig
Was kommt dann bei HIER(muss ja jedes mal ein andres ITEM sein)rein?
imho die schleifenvariable also i
Tobias
It's not a bug, it's a feature.
  Mit Zitat antworten Zitat