Einzelnen Beitrag anzeigen

Gruber_Hans_12345

Registriert seit: 14. Aug 2004
1.436 Beiträge
 
Delphi 2007 Professional
 
#4

Re: Probleme mit Format und Widestring

  Alt 16. Aug 2004, 15:42
Zitat von Igotcha:
Wenn ich jetzt schreibe:

CellText:=Format('%8.2n', [inttostr(myData.IntWert)]); Bekomme ich eine "Format invalid"-Meldung
Müsste auf jeden Fall eher so heiszen :
CellText:=Format('%8.2n', [myData.IntWert]); Da %n einen Integer erwartet

Gruss
Hans
  Mit Zitat antworten Zitat