[
OT]
[/
OT]
Delphi-Quellcode:
procedure Irgendwas;
begin
BlaBla;
if IwantToEndTheProcedure then
exit; // <-- procedure verlassen
WirdNurAusgeführtWennNichtExitAufgerufenWurde; // d.h. IWantToEndTheProcedure = false
end;
Zitat:
Entschuldige - aber das kommt in meine FremdeCodeschnipsel.txt Wink
Da hab ich nochwas
Zitat:
Tim (03:14 PM) :
edit1.Caption := IntToStr(stelle1 +stelle2);
Neutral General (03:14 PM) :
ja
Tim (03:15 PM) :
da ist schienbar ein bug drinne
Neutral General (03:15 PM) :
Edit1.TEXT !!!
Neutral General (03:15 PM) :
-.-
Tim (03:15 PM) :
achso^^
Tim (03:15 PM) :
edit1.text.Caption
???
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."