![]() |
String in LargeInt umwandeln
Hallo Leute,
gibt es eine Funktion mit der ich einen String in LargeInt umwandeln kann. "StrToInt" scheint nicht zu funktionieren. Gruss, BerTa |
Re: String in LargeInt umwandeln
Zitat:
definier mal "scheint nicht zu funktionieren". Kommt eine Fehlermeldung? Was willst Du umwandeln? |
Re: String in LargeInt umwandeln
Versuche mal StrToInt64.
|
Re: String in LargeInt umwandeln
klappt wunderbar, Danke!!!
|
Re: String in LargeInt umwandeln
PS: Andersrum hilft der Compiler, denn da gibt es 2 IntToStr :)
Delphi-Quellcode:
Nur geht das ja leider nicht bei Functionsergebnissen :?
Function IntToStr(i: Integer): String; Overload;
Function IntToStr(i: Int64): String; Overload; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:42 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