David Smith

David Smith

  • NA
  • 2k
  • 0

how to Move to the next row within a foreach,

Oct 26 2010 11:30 AM
       How to move to the next row  within in a foreach
       
        foreach (var row in TemCodes)   
        {

          //Get test start time by operation
          if (row.Code== "0001")
          {
               I want to move to the row
               then move again
               then move one more time
            
             StartingTime = GetTime(0001, 0002, 0003);
          }


        }


Answers (7)