Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21714

Do...While

$
0
0
I have the following code:


Code:

Private Sub skip()
 Do                             
  Call retrieveBlock       
 While blockSize > 0 And Not checkError()
End Sub

I get an error

While without Wend

So how do I make a Do...While in VB

Viewing all articles
Browse latest Browse all 21714

Trending Articles