How to work with Do While Statement
To work with Do While Statement
This Visual Basic language is used in this format:
Do [{While | Until} condition]
[statements]
[Exit Do]
[statements]
Loop
The coding example will be shown in the next topic...
No comments:
Post a Comment