Thema: Delphi FormatFloat Problem

Einzelnen Beitrag anzeigen

aaaaaaaaaa_10
(Gast)

n/a Beiträge
 
#1

FormatFloat Problem

  Alt 31. Jul 2009, 10:01
Irgendwie scheint er bei mir den FormatFloat Befehl nicht zu "bemerken"? Ich wolllte, dass er mir alles vor dem Komma + 2 Nachkommastellen anzeigt.

Delphi-Quellcode:
temp := ValueArray[abc+2,0]/(Zeile+1);
      FormatFloat('0.##',temp);
      ValueArray[abc+3,0] := temp;
  Mit Zitat antworten Zitat