|
ScriptArguments Object |
|
See Also: |
The ScriptArguments.Count property returns the number of items in the collection.
VBScript:
JScript:
| oArguments | A ScriptArguments object. |
| nItems | The number of arguments. |
This code snippet retrieves the number of arguments passed in to the script:
Dim nItems
nItems = Script.Arguments.Count