Microsoft®
JScript length Property (Function) |
Language Reference Version 2
|
Contains the number of arguments a function is defined with. (String.length and Array.length also exist)
functionname.lengthThe functionname argument is required and is the name of the function in question.
The length property of a function is initialized by the scripting engine to the number of arguments in the function's definition when an instance of the function is created.What happens when a function is called with a number of arguments different from the value of its length property depends on the function.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js394.htm, 2KB, , updated: 2019/10/2 15:57, local time: 2024/10/31 18:28,
3.16.48.122: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://linistepper.com/techref/inet/iis/jscript/htm/js394.htm"> length Property (Function)</A> |
Did you find what you needed? |