please dont rip this site
Microsoft® JScript™
++ and -- Operators
 Language Reference 
Version 1 

See Also


Description
Used to increment or decrement a variable by one.
Syntax
result = ++variable
result = --variable
result = variable++
result = variable--
Syntax 2
++variable
--variable
variable++
variable--

The syntax of the ++ and -- operators has these parts:

Part Description
result Any variable.
variable Any variable.
Remarks
The increment and decrement operators are used as a shortcut to modify the value stored in a variable. The value of an expression containing one of these operators depends on whether the operator comes before or after the variable:
var j, k
k = 2
j = ++k
j is assigned the value 3, as the increment occurs before the expression is evaluated. Contrast the following example:
var j, k
k = 2
j = k++
Here, j is assigned the value 2, as the increment occurs after the expression is evaluated.


© 1997 by Microsoft Corporation. All rights reserved.


file: /Techref/inet/iis/jscript/htm/js647.htm, 3KB, , updated: 1997/9/30 04:44, local time: 2024/3/28 11:22,
TOP NEW HELP FIND: 
18.206.12.31: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://massmind.ecomorder.com/techref/inet/iis/jscript/htm/js647.htm"> ++ and -- Operators</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?

 

Welcome to ecomorder.com!

 

Welcome to massmind.ecomorder.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .