please dont rip this site
Microsoft® JScript
for Statement

See Also

| Language Reference |


Description
Executes a block of statements for as long as a specified condition is true.
Syntax

for ( initialization; test ; increment )
    statement

The for statement syntax has these parts:

Part Description
initialization An expression. This expression is only executed once, before the loop is executed.

test A Boolean expression. If test is true, statement is executed. If test if false, the loop is terminated.
increment An expression. The increment expression is executed at the end of every pass through the loop.
statement The statement to be executed if test is true. Can be a compound statement.
Remarks
You usually use for loops when a loop is to be executed a specific number of times. For example:

for (i = 0; i < 10; i++) // i is set to 0 at start, and incremented 
{                        // by 1 at end of each iteration. Loop terminates
  j *= i;                // when i is not less than 10 before a loop iteration.
}

© 1996 by Microsoft Corporation.


file: /Techref/language/asp/js/202.htm, 3KB, , updated: 1996/11/22 11:11, local time: 2024/4/19 00:09,
TOP NEW HELP FIND: 
13.58.197.26:LOG IN

 ©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?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.piclist.com/techref/language/asp/js/202.htm"> Microsoft&#174; JScript Language Reference </A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

  PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found
- Page Editors: James Newton, David Cary, and YOU!
* Roman Black of Black Robotics donates from sales of Linistep stepper controller kits.
* Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters.
* Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated!
* Contributors: Richard Seriani, Sr.
 

Welcome to www.piclist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .