AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Programmieren allgemein inttostr umwandlungsproblem im stringgrid
Thema durchsuchen
Ansicht
Themen-Optionen

inttostr umwandlungsproblem im stringgrid

Ein Thema von Hellraizer · begonnen am 5. Jan 2009 · letzter Beitrag vom 5. Jan 2009
 
Hellraizer

Registriert seit: 18. Dez 2008
Ort: NRW
28 Beiträge
 
Delphi 2007 Professional
 
#1

inttostr umwandlungsproblem im stringgrid

  Alt 5. Jan 2009, 21:08
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:

   for 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.';
[Error] Offene_Posten1.pas(112): Incompatible types: 'String' and 'Integer' //das dicke ist gemeint

sagt der compiler.

mfg kevin
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:57 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz