Author | Message | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Meka][Meka Unstopable Posts: 700 | ok something for the noobs jus a quick few examples on looping in vb, thers is several ways of looping 1: While loop
2: For loop
and the more useful 3: do loop do loop can be used a couple of ways, constant loop, do loop, or do until constant loop:
do until:
and finally loop until
well hope these examples come in handy, any help jus post -/Meka][Meka | ||||||||||
Corayzon Regular Posts: 67 |
you could also add the incrementer into the do until line with : ie...
^^ | ||||||||||
Meka][Meka Unstopable Posts: 700 |
mmm well this is exactly the same, only using :, it can be used todo anything, even DoEvents, kinda tells the compiler theres an early start
|