How to work with Do While in this example
To work with Do While in this example
This Visual Basic language is used in this example. The message box will be displayed until the Do While looping out of the specific range:
Do While Text1.Text > 10
MsgBox "hello man"
Exit Do
Loop
No comments:
Post a Comment