dim i as integer =0 Do while i<10 i=i+1 loop
Dim x as integer do while x<5 Print "hello" X=x+1 Loop
do while
Dim index As Integer = 0 Do Debug.Write(index.ToString & " ") index += 1 Loop Until index > 10
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)