![]() |
Datentype-Wandlung
Hallo
Ich habe da eine Frage: Wie kann ich den Wert z.B. eines Editfeldes 6,6 (real) an einen Grid als 66 übergeben? Also ohne komma (als integer) :oops: Gruß Mucki |
Re: Datentype-Wandlung
Einfach
Delphi-Quellcode:
s := StringReplace( Edit.Text, ',', '', []);
|
Re: Datentype-Wandlung
Kannst Du mir das erläutern... :?
wäre nett! |
Re: Datentype-Wandlung
Es wird das Komma durch einen Leerstring ersetzt.
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:35 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