ICT FOR BEGINNERS
Labels
computer programming
Informaion Systems
Visual Basic
Web Development
Search This Blog
Saturday, May 14, 2011
Visual Basic Looping
Looping is done with the
Do/Loop
format. Loops are used for operations are to be repeated some number of times. The loop repeats until some specified condition at the beginning or end of the loop is met.
1.
Do While/Loop
2
.
Do Until/Loop
3.
Do/Loop While
4.
Do/Loop Until
.
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment