|
APGScript Object |
|
See Also: |
The APGScript.Arguments collection contains arguments passed to the script. It is of type ScriptArguments.
VBScript:
JScript:
| oAPGScript | An APGScript object. |
| oAPGScript.Arguments | A ScriptArguments object. |
| index | A zero-based index to the collection. |
See the ScriptArguments Object for the properties and methods that apply to this object.
APGScript.Arguments returns the same collection as Script.Arguments. APGScript.Arguments allows access to script arguments from outside of the script, whereas Script.Arguments allows access to script arguments from inside of the script. This duality is useful for passing arguments into and out of an APG script.