Sorry if my reply is so stupid....
if the requirement is not to use 'IF' and 2 for loops...
i will do something like this
if the requirement is not to use 'IF' and 2 for loops...
i will do something like this
Code:
For iterationNo =1 to 100
Select Case iterationNo
Case N ' condition to be skipped
'Skipping
Case Else
' continues
End Select
Next