Do Until Loop in Visual Basic .NET
This lesson describes how to use Do Until loop in Visual Basic .NET ... One of the Do Loop statements variations is the Do Until and it keeps going until something happens (until a condition is true). Its syntax is as follows:
www.visual-basic-tutorials.com |