C
cj
When I running a loop: For Each File As System.io.FileInfo In FileInfo
Is there a way to tell which file number (index) I'm currently on?
Actually I'd like the ability to skip to a particular index--either
forward or back. It'd be nice to be able to set the index back or
forward with a command button perhaps and the loop just move to that
position and continue forward from there.
I'm specifically interested in doing this in the for each loop.
Is there a way to tell which file number (index) I'm currently on?
Actually I'd like the ability to skip to a particular index--either
forward or back. It'd be nice to be able to set the index back or
forward with a command button perhaps and the loop just move to that
position and continue forward from there.
I'm specifically interested in doing this in the for each loop.