Einzelnen Beitrag anzeigen

Gruber_Hans_12345

Registriert seit: 14. Aug 2004
1.439 Beiträge
 
Delphi 2007 Professional
 
#2

Re: Probleme mit einer For-Schleife

  Alt 7. Feb 2007, 19:13
Delphi-Quellcode:
 for i := 0 to sl.Count - 1 do
     if Copy(Trim(sl[i]), 1, 4) = 'procthen
       for j := 0 to procs.Count - 1 do
         if Pos(procs[j], sl[i]) > 0 then // <<<<< eventuell mal so probieren
           ShowMessage(procs[j] + ' is correct.');
[edit], wobei ich mir nicht ganz sicher bin, was du genau machen willst ...
Gruss Hans

2B or not 2B, that is FF
  Mit Zitat antworten Zitat