|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Loops in VB
Here is a stupid question.
What is the syntax to do loops in VB? I am used to the do...while and the for loops in C++ |
|
#2
|
|||
|
|||
|
Open your VB IDE and hit F1 for the online help.
do .. while and for .. next are both valid VB loops, and there are some others, like for each ..
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Quote:
For I = 1 to 100 Next Or For I = 1 to 100 Next I Next I Is A Tad Slower |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Loops in VB |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|