Microsoft® JScript var Statement |
| Language Reference |
|
Declares a variable.
var variable [ = value ] [, variable2 [ = value2], ...]
The var statement syntax has the following parts:
Part Description variable, variable2 The names of the variables being declared. value, value2 An initial value assigned to the variable.
Use the var statement to declare variables. These variables can be assigned values at declaration or later in your script. Examples of declaration follow:
var index; var name = "Thomas Jefferson"; var answer = 42, counter, numpages = 10;
© 1996 by Microsoft Corporation.
file: /Techref/language/asp/js/216.htm, 2KB, , updated: 1996/11/22 10:11, local time: 2024/11/22 05:28,
3.144.40.239: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://sxlist.com/techref/language/asp/js/216.htm"> Microsoft® JScript Language Reference </A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.