This is a looping proccedure. The format is
While condition
Statements
wend
Example: While n<100
Print "Less than 100"
Wend
Example: Image1.Width=200
[Back to VB Glossary]