Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to skip a For count?
#1
Not Solved
How do i code this For statement thus to skip to the Next for if a "No" flag is encountered?

Code:
For intRow=1 to intRowCount
    DataTable.GetSheet(intSheetDetails).SetCurrentRow(intRow)     

    Flag = "NO"

     Flag=ucase(DataTable("Flag","Details"))

         If  Flag = "YES" Then
                QC_Path=trim(DataTable("QC_Path","Details"))
                TestSetName=trim(DataTable("TestSetName","Details"))    
        Else
                GO TO NEXT ITERATION IN "FOR" STATEMENT
        End If
...
...
...
...
Next
Reply


Messages In This Thread
How to skip a For count? - by mv8167 - 10-23-2013, 12:40 AM
RE: How to skip a For count? - by basanth27 - 10-23-2013, 06:59 AM
RE: How to skip a For count? - by mv8167 - 10-23-2013, 07:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help for instruction to click on Skip button in the warning message vijilesh 0 1,555 09-16-2018, 03:48 PM
Last Post: vijilesh
  How to skip an action newqtp 2 5,880 02-13-2013, 03:31 AM
Last Post: newqtp
  Skip button using Script manishnangalia 10 8,339 08-01-2012, 07:29 PM
Last Post: Ankesh
  Press the Skip button on the dialog box mv8167 3 3,282 12-06-2011, 12:24 PM
Last Post: prasant
  How to skip the execution of Script lines in run time azeem 5 12,080 02-01-2010, 03:14 PM
Last Post: Saket

Forum Jump:


Users browsing this thread: 1 Guest(s)