Registriert seit: 28. Jul 2003
1.528 Beiträge
Delphi 2005 Personal
|
Re: zwei elemente im Array sind 'inkompatbleTypen' ???
29. Feb 2004, 11:11
also dann:
[delphi]
if (list[i].datum= list[i+1].datum) and ( List[i].grund= list[i+1].grund) and (...) then
begin
...
end;
?? Hab grad kein Delphi
THX
Erwarte das Beste und bereite dich auf das Schlimmste vor.
|