Thema: Delphi 2 Schleifen Synchron?

Einzelnen Beitrag anzeigen

BKempf

Registriert seit: 1. Jun 2004
103 Beiträge
 
Delphi 6 Enterprise
 
#2

Re: 2 Schleifen Synchron?

  Alt 13. Jun 2005, 15:13
Delphi-Quellcode:
for i:=xy.Count-1 downto 0 do
begin
  writeln ('Erster Wert: ', i, 'Zweiter Wert: ', xy.Count-i);
end;
Du brauchst also nur eine Schleife.
The problem with troubleshooting is that sometimes the trouble shoots back.
  Mit Zitat antworten Zitat