![]() |
inttostr umwandlungsproblem im stringgrid
hallo,
denke das ist schnell gelöst, komme aber selber grad nich drauf. vor allem verstehe ich nich warum er einen fehler ausgibt.
Delphi-Quellcode:
[Error] Offene_Posten1.pas(112): Incompatible types: 'String' and 'Integer' //das dicke ist gemeintfor kd_nr:=1 to 20 do with kunde[kd_nr] do memo1.Lines.Add('kunde')+[b]inttostr(kd_nr)[/b]+' hat '+ //inttostr(kd_nr) hab ich doch stehn wieso inkompatibel? var kd_nr=integer inttostr(anzahl)+'Rechnun(en) = '+formatfloat('#,##0.00', betrag)+ ' Euro nicht bezahlt.'; sagt der compiler. mfg kevin |
Re: inttostr umwandlungsproblem im stringgrid
Hi!
Ich glaube, mit deinen Klammern stimmt was nicht:
Delphi-Quellcode:
for kd_nr:=1 to 20 do with kunde[kd_nr] do memo1.Lines.Add('kunde'+inttostr(kd_nr)+' hat '+ inttostr(anzahl)+'Rechnung(en) = '+formatfloat('#,##0.00', betrag)+ ' Euro nicht bezahlt.'); Ciao, Frederic |
Re: inttostr umwandlungsproblem im stringgrid
^^ funktioniert. ich depp xD schon zu spät :D
danke sehr :) mfg kevin |
Re: inttostr umwandlungsproblem im stringgrid
für sowas solltest dir mal
![]() |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:14 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