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

The ScriptArguments.Remove() method removes an item from the collection.

Syntax

VBScript:

oArguments.Remove( index )

JScript:

oArguments.Remove( index );
Object

oArguments A ScriptArguments object.

Parameters

index The index of the item to remove.

Applies To

ScriptArguments Object