|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
For Loop 'continue'
Hi,
Any one know how to go to the beginning of the Next iteration of a For Loop? Similar to a c-style 'continue'? Many thx in advance.. -BB Brian Burgess wrote:
> Hi, I assume you are talking about vbscript. in that case, there is nothing > > Any one know how to go to the beginning of the Next iteration of a > For Loop? Similar to a c-style 'continue'? > builtin. All you have are flow-control statements such as if ... then and select case. for ... if ... then do stuff end if next Bob Barrows PS. The vbscript documentation can be cownloaded from here: http://tinyurl.com/7rk6 -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM" |
|||||||||||||||||||||||