Zitat von
dfried:
edit3.Text := StrToInt(edit1.Text) + StrToInt(edit2.Text);
Mööp, falsch
edit3.Text := IntToStr(StrToInt(edit1.Text) + StrToInt(edit2.Text));
Axel Sefranek
A programmer started to cuss, cause getting to sleep was a fuss.
As he lay there in bed, looping round in his head
was: while(!asleep()) ++sheep;