Environment: ParseCommandLineArgs

ParseCommandLineArgs

Provides a mechanism to parse arguments from a command line string.

 Public Function ParseCommandLineArgs(
	  ByVal Line As String ) As String ( )

Parameters

Line
[ByVal] String. The string to parse the arguments from.

Return Values

String() -  An array of arguments.

Remarks

See Also

Project VBCorLib Overview | Class Environment Overview