Hi !
I need a fast help from you guys,
i need to make a code that will work like this:
When i use Return then it kinda stops the loop (im doing this in a BackgroundWorker)
I need a fast help from you guys,
i need to make a code that will work like this:
Code:
Do Until num1 > num2
If something Is Nothing Then
'Return to start of the loop, without executing the code outside this if
num1 = num1 + 1
End If
'Do Something
num1 = num1 + 1
Loop