 |
vb.net - Is it possible to do a For...Each Loop Backwards? - Stack Overflow
I don't believe this is possible by conventional methods, but something like this verbose code: For Each s As String In myStringList Step -1 //' Do stuff here Next I will probably have to invert the myString object before a conventional For..Each Loop, co
stackoverflow.com |
 |