Microsoft® JScript += Operator |
| Language Reference | |
Used to increment a variable by a specified amount.
result += expressionThe += operator syntax has these parts:
Part Description result Any variable. expression Any expression.
Using this operator is exactly the same as specifying:result = result + expressionThe underlying subtype of the expressions determines the behavior of the += operator in the following way:
If Then Both expressions are numeric or boolean Add. Both expressions are strings Concatenate. One expression is numeric and the other is a string Concatenate. For information on when a run-time error is generated by the += operator, please see the Arithmetic Operators table.
file: /Techref/language/asp/js/134.htm, 3KB, , updated: 1996/11/22 10:11, local time: 2024/11/18 00:19,
18.217.2.54: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? <A HREF="http://massmind.org/techref/language/asp/js/134.htm"> Microsoft® JScript Language Reference </A> |
Did you find what you needed? |
Welcome to massmind.org! |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.