Thema: Delphi Edit Felder

Einzelnen Beitrag anzeigen

Benutzerbild von leddl
leddl

Registriert seit: 13. Okt 2003
Ort: Künzelsau
1.613 Beiträge
 
Delphi 2006 Professional
 
#13

Re: Edit Felder

  Alt 28. Sep 2005, 14:26
Delphi-Quellcode:
ShowMessage(FloatToStr(StrToFloat(edit1.Text)+StrToFloat(edit2.Text)+
         StrToFloat(edit3.Text)+StrToFloat(edit4.Text)+
         StrToFloat(edit5.Text)+StrToFloat(edit6.Text)+
         StrToFloat(edit7.Text)+StrToFloat(edit8.Text)+
         StrToFloat(edit9.Text)+StrToFloat(edit10.Text)+
         StrToFloat(edit11.Text)+StrToFloat(edit12.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;
  Mit Zitat antworten Zitat