[This is preliminary documentation and subject to change.]
The Item property contains the natIndexth command-line parameter as a string. It is the default property.
Arguments(natIndex) Arguments.Item(natIndex) = strArgument
Set oArgs = Wscript.Arguments. Wscript.Echo oArgs(0) Wscript.Echo oArgs.Item(0)
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.