On Fri, Oct 22, 2010 at 12:02 PM, ChrisM <[email protected]> wrote:
> Using For-each iteration would start from beginning of list. The files
> are not done sequentially. I may choose a file that is in the middle
> of my list. I need to move to the next one right after that. So I need
> to determine the index of the current file loaded so that I can move
> to the next. Also, the list could change as more than one person will
> be working on doing this at one time so I have to reload the array
> after each file is copied and then deleted.

Do you know what you are looking for in the list or are you looking
for the "NEXT" row after this one?

You can query your data object with LINQ to find particular data.
-- 
Stephen Russell

Sr. Production Systems Programmer
CIMSgts

901.246-0159 cell

Reply via email to