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