Re: How to do "continue" in VB?
From: lonnyw (<)
Date: 02/06/05
- Next message: lonnyw: "Re: How to do "continue" in VB?"
- Previous message: Jim Carlock: "Re: How to do "continue" in VB?"
- In reply to: playwin: "Re: How to do "continue" in VB?"
- Next in thread: Jim Carlock: "Re: How to do "continue" in VB?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 6 Feb 2005 22:14:16 -0000
> 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)
Goto will be fine, thanks!!
- Next message: lonnyw: "Re: How to do "continue" in VB?"
- Previous message: Jim Carlock: "Re: How to do "continue" in VB?"
- In reply to: playwin: "Re: How to do "continue" in VB?"
- Next in thread: Jim Carlock: "Re: How to do "continue" in VB?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|