superslurpee
Programmer
- May 15, 2002
- 108
Hi,
I was just wondering why there is no break or continue statement in ASP. It would makes things a whole lot easier than setting flags and all that. Like right now I'm coding and want to type, "If whatever Then Continue", or forget the current iteration and move on to the next. Arggg... Simple little loops are fine but when you get into some bigger ones with special conditions or whatever, it gets a bit messy.
So people, why is there no break or continue statement in ASP? Seems stupid to me not to have it!