… = Args[…] (gb)
Dim aString As String
aString = Args [ Index As Integer ]
Returns the program argument specified by the
Index parameter.
If
Index is greater or equal than the number of arguments (the
Count property), then no error is raised but a void string is returned.