Registriert seit: 11. Jan 2005
Ort: Schleswig
193 Beiträge
Delphi XE8 Professional
|
Re: Listen vergleichen
1. Jun 2007, 13:03
Ich denke so:
Delphi-Quellcode:
for i := 0 to ListBox1.Count -1 do
if ListBox2.Items.IndexOf(ListBox1.Items[i]) <> -1 then ListBox3.Items.Add(ListBox1.Items[i]);
Christian Wahl me, myself and I, die lustigen Drei !!
|