|
March 27, 2000 The arguments Array Tips: March 2000
Yehuda Shiran, Ph.D.
|
|
The functionName.arguments array holds the arguments the were passed to the function functionName when it was last called. Here is an example:
The output of the script is:
The second 3 is not associated with the second See an example for using the arguments array in Column 59, IE 5.5's Stack Support.
People who read this tip also read these tips: Look for similar tips by subject: |