Delphi-Quellcode:
a := 3.12;
b := 1.5;
c := 3.25;
d := 0.4;
if ((a*b*c*d)) = 6.084 then Label5.caption := 'true' else Label5.caption := floattostr(a*b*c*d);
bei diese abfrage gibt mir das *zensiert* Label "6,084" aus!! Ich versteh das nicht! Weil wenn a*b*c*d 6,084 sind, muss das Laberl doch "true" anzeigen!!