Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript Function Object arguments Property

An array containing each argument passed to the currently executing function.

Syntax: JScript Function Object arguments Property

function.arguments[ ]

Arguments: JScript Function Object arguments Property

function

The name of the currently executing function.

Remarks: JScript Function Object arguments Property

The arguments property allows a graceful way for functions to handle a variable number of arguments. The length property of the array contains the number of arguments passed to the function.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.