APGen Documentation Previous Topic: ScriptArguments.Remove() Next Topic: Util Object Parent Topic: ScriptArguments Object    ScriptArguments Object
ScriptArguments.RemoveAll()
See Also:

The ScriptArguments.RemoveAll() method empties the arguments collection.

Syntax

VBScript:

oArguments.RemoveAll()

JScript:

oArguments.RemoveAll();
Object

oArguments A ScriptArguments object.

Applies To

ScriptArguments Object