scripting:api:wsh-arguments:item

Item

Method of IWshArguments

Exposes a specified item from a collection

var pItem = WshArguments.Item(nIndex);
pItem = WshArguments.Item nIndex
VARIANT Item;
HRESULT hr = WshArguments.get_Item(nIndex, &Item);