try it, then you will know:
I am not advocating the use of GoTo BTW.Code:Dim lock As New Object Dim i As Integer = 0 1: SyncLock lock i += 1 If i < 10 Then GoTo 1 End SyncLock Debug.WriteLine("made it")
|
Results 1 to 30 of 30
Threaded View
|
Click Here to Expand Forum to Full Width |