Microsoft® JScript Array Object |
Language Reference Version 2 |
Provides support for creation of arrays of any data type.
new Array()
new Array(size)
new Array(element0, element1, ..., elementn)The Array object creation syntax has these parts:
Part Description size The size of the array. As arrays are zero-based, created elements will have indices from zero to size - 1. element0,...,elementn The elements to place in the array. This creates an array with n + 1 elements, and a length of n.
After an array is created, the individual elements of the array can be accessed using [ ] notation, for example, x = my_array[4];.Since arrays in Microsoft JScript are zero-based, the preceding example accesses the fifth element of the array.
If only one argument is passed to the Array constructor, and it is a number, it is coerced into an unsigned integer and the value is used as the size of the array. Otherwise, the parameter passed in is used as the only element of the array.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js528.htm, 3KB, , updated: 1997/9/30 03:44, local time: 2024/11/1 05:32,
3.147.126.33:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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.ecomorder.com/Techref/language/jscript/js528.htm"> Array Object</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.