also ich würde das so machen:
Delphi-Quellcode:
function pos_not_reached (iX1,iX2,iY1,iY2 : integer) : boolean;
begin
if (ix1-ix20=0) or (iy1-iy2=0)
then result:= true
else result:=false;
exit;
end;
ich weiß natürlich nicht was du da vergleichen willst oder machen willst!
gruß
Andy
Delphi is ......... DELPHI!!