![]() |
doubleToStr??????
habe mal ne frage,
wie kann ich double zahlen als string ausgeben mit integer weiss ich ja:
Delphi-Quellcode:
wie mach ich das jetz für die double zahlen??? oder real???
Label1.Caption:=IntToStr(i);
|
Re: doubleToStr??????
Öhhh....
![]() |
Re: doubleToStr??????
In VCL.Net geht auch
Delphi-Quellcode:
In .Net kannst du auch dei .toString-Methode der Klasse aufrufen.
Label1.Caption:=FloatToStr( f);
Delphi-Quellcode:
Label1.Caption:=f.toString();
|
Re: doubleToStr??????
Jao danke dir , hat geklappt
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:19 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz