Tuesday, December 11, 2007

How to work with Do While Statement

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: