This loop is similar as While...Wend Loop. It executes one or more statements while given condition is true.
Syntax:
The syntax of this loop is as follows:
Do While <condition>
Statement(s)
Statement(s)
Loop
Read More>>
Syntax:
The syntax of this loop is as follows:
Do While <condition>
Statement(s)
Statement(s)
Loop
Read More>>