Re: How to do "continue" in VB?

From: playwin (playwin_at_discussions.microsoft.com)
Date: 02/06/05


Date: Mon, 7 Feb 2005 03:11:57 +0530


"lonnyw" <<> wrote in message
news:OTIFH7IDFHA.2180@TK2MSFTNGP10.phx.gbl...
> No, "continue" is not equivalent to Exit For, try again...

Quote from Bruce McKinney(Hardcore Visual Basic, Second Edition, ch#1)

---
<QUOTE>
"One minor hole in the Visual Basic looping structure is the lack of a
Continue statement. Other languages offer a way to jump from the middle
of a loop to continue with the next iteration. Basic only lets you jump
completely out of the loop. You can work around this annoying limitation
with Goto, but you shouldn't have to."
</QUOTE>
---
can't see your loop, so can't give you other ideas...
(you should be able to find this book at your MSDN)
--
playwin


Relevant Pages

  • Re: How to do "continue" in VB?
    ... Other languages offer a way to jump from the middle ... > of a loop to continue with the next iteration. ... Goto will be fine, thanks!! ...
    (microsoft.public.vb.general.discussion)
  • Re: Jump Take offs
    ... I am excited to hear about your progress on the loop. ... Ask your coach if you are making the mohawk curve too deeply before ... I do the flip from a 3-turn, and it's helped a lot to think of a fairly ... clobber the jump. ...
    (rec.sport.skating.ice.recreational)
  • Re: Loop non-jump
    ... Replying to my own post after last night's lesson in which coach didn't ... let me off the hook and we drilled the loop for a long time. ... to get the jump going. ... brain, and my arms, shoulders and head pay no attention either...so we ...
    (rec.sport.skating.ice.recreational)
  • Re: Loop non-jump
    ... backspin and the loop immediately seems much more doable (compared to ... When you jump on earth, you're not trying to get all the way ... I hate to admit it - sorry ant! ... the secure RBO, the solid alignment, the deep springing off the leg, ...
    (rec.sport.skating.ice.recreational)
  • Re: How while loop works
    ... I have doubt regarding how compiler understands about while loop. ... value - assigns value to register n ... JLE address - if last value compared was negative, jump to given address ...
    (comp.lang.c)