Ist DeleteCharsFromString eine Funktion oder eine Procedure mit var-Parameter? in deinem ersten Beitrag sieht es ein bisschen nach Funktion aus. Und in dem Fall ist es logisch dass:
Delphi-Quellcode:
tempstr := ..... ;
DeleteCharsFromString(TEMPSTR, ['''']);
bla :=tempstr;
nicht funktioniert.
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."