Visual Basic .NET/Loop statements - Wikibooks, open books for an open world
Do Until...Loop loop [edit] A Do Until...Loop loop is almost the same as a Do...Loop Until loop. The only difference is that it has the condition's check at the beginning ... Do While...Loop loop [edit] Likewise, a Do While...Loop loop is almost the same ...