AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Probleme mit einer For-Schleife

Ein Thema von Nils_13 · begonnen am 7. Feb 2007 · letzter Beitrag vom 7. Feb 2007
Antwort Antwort
Nils_13

Registriert seit: 15. Nov 2004
2.647 Beiträge
 
#1

Probleme mit einer For-Schleife

  Alt 7. Feb 2007, 19:08
Hi,

sl ist:
Code:
 #include
 {
   class main = StdClass
   {
     #proc+
     main
     run
     #proc-
   }
 }
 
 proc main
 {
   CreateSButton(10, 10, 20, 50)
 }
 
 proc run
 {
   main
 }
proc ist:
Code:
 main
 run
Warum bekomme ich jeweils 2x die Meldung "main is correct" und "run is correct", statt nur 1x (gewünscht) ?
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(sl[i], procs[j]) > -1 then
           ShowMessage(procs[j] + ' is correct.');
  Mit Zitat antworten Zitat
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
Nils_13

Registriert seit: 15. Nov 2004
2.647 Beiträge
 
#3

Re: Probleme mit einer For-Schleife

  Alt 7. Feb 2007, 19:35
Thx. Das war es
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:53 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz