.ApplicationArgs

This class is an array containing the arguments passed to the program by the shell.

This class is virtual. You cannot use it as a datatype.

This class is static.

This class acts like a read-only array.

DIM aString AS String

aString = .ApplicationArgs [ Index AS Integer ]

Returns the program argument specified by the Index parameter.


Properties 
Count