See Also
Description
Assigns a value to a variable.
Syntax
result = expression
The = operator syntax has these parts:
Part
Description
Remarks
As the = operator behaves like other operators, expressions using it have a value in addition to assigning that value into variable. This means that you can chain assignment operators as follows:
j = k = l = 0;
j, k, and l equal zero after the example statement is executed.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js625.htm,
2KB, , updated: 2008年2月1日 00:13, local time: 2025年9月5日 10:26,
©2025 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://techref.massmind.org/techref/inet/iis/jscript/htm/js625.htm"> = Operator</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.