Zitat von
Virchov:
Delphi-Quellcode:
function pos_not_reached (iX1,iX2,iY1,iY2 : integer) : boolean;
begin
result:= (iX1-iX2) or (iY1-iY2);
exit;
end;
hi,
du ich glaub da is ein denkfehler drin!
du kannst nicht einfach einem result ein or zuweisen des geht nur bei if und bei until!
Und dann musst du hald erst eine If abfrage machen und wenn etwas eintritt dann result:=true else result:=false
Gruß
Andy
Delphi is ......... DELPHI!!