Microsoft® JScript continue Statement |
Language Reference Version 1 |
Stops the current iteration of a loop, and starts a new iteration.
continue [label];The optional label argument specifies the statement to which continue applies.
You can use the continue statement only inside a while, do...while, for, or for...in loop. Executing the continue statement stops the current iteration of the loop and continues program flow with the beginning of the loop. This has the following effects on the different types of loops:
- while and do...while loops test their condition, and if true, execute the loop again.
- for loops execute their increment expression, and if the test expression is true, execute the loop again.
- for...in loops proceed to the next field of the specified variable and execute the loop again.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js748.htm, 2KB, , updated: 1997/9/30 03:45, local time: 2024/10/31 21:34,
18.223.172.191:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/language/jscript/js748.htm"> continue Statement</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.