|
Is there a 'continue' construct for loops in VBScript Hi,
As you might have guessed, both from this post and the one I made
yesterday, I'm a VBScript neophyte. I'm looking on MSDN but, as yet,
cannot find a construct such as 'continue' for loops. I'm assuming
that many in this forum are familiar with languages like C or Java and
will recognize this keyword.
I need a way to start at the top of a For Each loop if a specific
condition is met, but can't seem to find Continue. I shall keep
looking while awaiting replies.
Thanks for any help,
Andy |