Thema: Delphi Problem mit POS und COPY

Einzelnen Beitrag anzeigen

Trax

Registriert seit: 5. Jan 2003
29 Beiträge
 
Delphi 6 Personal
 
#16

Re: Problem mit POS und COPY

  Alt 29. Mai 2004, 15:44
bitte hab jemand erbarmen mit mir.

Ich hab es mit posEx probiert, aber das problem mit dem "rest"string konnte ich nicht lösen.

dann hab ich folgendes probiert:

Delphi-Quellcode:
While not EOF(txt) do
  begin
  ReadLN(Txt, temp);
  lang:=length(such);
  anf:=pos(such, temp);
   while anf <> 0 do
    begin
    result[i]:=copy(temp, anf, lang);
    anf:=pos(such, copy(temp, anf+1, lang));
    memo2.lines.add('Suche erfolgreich! Ich fand in Zeile '+inttostr(j)+' das Ergebnis '+result[i]);
    inc(i);
    end;
  inc(j);
  end;
end;
auch nichts

Mittlerweile bin ich bereit auch dafür zu bezahlen. ich hab sowas von keine ahnung mehr und eine riesige vorm kopf.

Ich überweise gerne was für ne richtige lösung, die lern ich dann und damit hats sich.
  Mit Zitat antworten Zitat