Tuesday, December 11, 2007

How to work with Do Until Statement

How to work with Do Until Statement

To work with Do Until 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: