Microsoft® JScript length Property (Array) |
Language Reference Version 2 |
Specifies an integer value one higher than the highest element defined in an array.
numVar = arrayObj.length;
As the elements in an array do not have to be contiguous, the length property is not necessarily the number of elements in the array. For example, in the following array definition, my_array.length contains 7, not 2:
var my_array = new Array( ); my_array[0] = "Test"; my_array[6] = "Another Test";If a value smaller than its previous value is assigned to the length property, the array is truncated and any elements with array indices equal to or greater than the new value of the length property are lost.
If a value larger than its previous value is assigned to the length property, the array is expanded, and any new elements created have the value undefined.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js18.htm, 2KB, , updated: 1997/9/30 03:44, local time: 2024/11/1 01:16,
3.148.107.193: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/js18.htm"> length Property (Array)</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.