Method of IWshArguments
Exposes a specified item from a collection
var pItem = WshArguments.Item(nIndex);
==== Visual Basic Script ====
pItem = WshArguments.Item nIndex
==== C++ ====
VARIANT Item; HRESULT hr = WshArguments.get_Item(nIndex, &Item);
===== See Also ===== IWshArguments