I have the following code:
I get an error
While without Wend
So how do I make a Do...While in VB
Code:
Private Sub skip()
Do
Call retrieveBlock
While blockSize > 0 And Not checkError()
End Sub
While without Wend
So how do I make a Do...While in VB