Du musst das Dictionary von hinten nehmen... �hm *zwinker* ;-)

for(int i=myDict.Count; i > 0; i--) {
  ...
}
Dann gehts aber auch vorw�rts oder? :-)

for (int i=0; i<=myDict.Count; i++)
        {}

Stephan


_______________________________________________ Asp.net Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an