Delphi-Quellcode:
if (widerstand)<1000 then
begin
pnl_result.caption := floattostr(widerstand)+' Ohm';
pnl_worstcasemin.caption := floattostr(widerstand-tolerance)+' Ohm'; +++++da ist der Fehler
pnl_worstcasemax.caption := floattostr(widerstand +tolerance)+' Ohm'; ?????falsche klammer
end;
Du hast ja anscheinend eine Klammermanie, soviele unnötige Klammern, da
kommt man schon durcheinander.
Grüße
Klaus