Previous PageNext Page

7.18.1 arguments Property

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

Syntax

function.arguments[ ]

function
The name of the currently executing function.

Remarks

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 © 2000 Chili!Soft

Previous PageTop Of PageNext Page