Snippets

VBScript For Next and Continue

I still get the occasional Classic ASP VBScript maintenance job from time to time, and it reminds me of the language statements it just doesn't have. Like "continue", great for skipping a bunch of logic inside a For loop. Turns out, there is a nice simple way to get that functionality.