Registriert seit: 19. Jan 2005
Ort: Elstra
764 Beiträge
Delphi 7 Enterprise
|
Re: String und Zahl
13. Apr 2005, 15:43
Ich nehme mal an, dass es so gemeint war:
Edit2.Text := FloatToStr(1.0/ IntToStr(StrToInt(Edit1.Text)+1) );
MfG
Binärbaum
There are exactly 10 kinds of people: those who understand binary, and those who don't.
---
"Software reift beim Kunden. Bei Hardware ist es anders: Hardware fault beim Kunden." - Rainer G. Spallek
|