How to work with Do Until in this example
To work with Do Until in this example
This Visual Basic language is used in this example. The message box will be displayed until Text1 to be 'Close':
Do Until Text1.Text = "Close"
MsgBox "hello man"
Exit Do
Loop
No comments:
Post a Comment