Hi,
Also dein Quelltext ist erstmal unnötig lang
Delphi-Quellcode:
Eingabeterm:=frmPlotter.edtEingabe.text;
Eingabeterm:=StringReplace(Eingabeterm,'x+', 'x^1+', [rfReplaceAll]);
frmPlotter.edtEingabe.text:=Eingabeterm;
würde ausreichen. Das Problem ist halt: Was passiert wenn man "x +" eingibt oder es gibt immerhin auch andere Rechenarten als +...
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."