Einzelnen Beitrag anzeigen

Benutzerbild von OrallY
OrallY

Registriert seit: 29. Apr 2003
268 Beiträge
 
#7

Re: pos, posex, finden von Text

  Alt 10. Jul 2003, 14:24
Probier einfach mal die Funktion StringReplace aus. Hier ein Beispiel:
Delphi-Quellcode:
output := StringReplace(Input, 'xxx', 'y', rfReplaceAll);
//ersetzt alle vorkommenden xxx mit y
.oO'rallY
Linux is like a tipi: no gates, no windows and a gnu-eating apache inside...
  Mit Zitat antworten Zitat