![]() |
String->Smallint
moin,
kann man einen String direkt in SmallInt convertieren? (StrToSmallint? :gruebel: ) |
Re: String->Smallint
|
Re: String->Smallint
mein probelm ist ich will von Int was von Typ smallint abziehen und das geht nit
|
Re: String->Smallint
Zitat:
Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
var i: Integer; si: Smallint; begin i := 1259; si := 10; ShowMessage(IntToStr(i-si)); end; |
Re: String->Smallint
Zitat:
Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
var LI: Integer; SI: Smallint; begin LI := 6; SI := 12; SI := SI - LI; ShowMessage(IntToStr(SI)); LI := LI + SI; ShowMessage(IntToStr(LI)); end; |
Re: String->Smallint
Warum kommt dann das bei mir:?
[Error] main.pas(525): Incompatible types: 'Integer' and 'Smallint' |
Re: String->Smallint
Zeige doch mal etwas Code.
|
Re: String->Smallint
hmm... komisch
ich hab mal delphi neu gestartet jetzt gehts :gruebel: Sorry für die komische Frage :zwinker: |
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