Environment: ParseCommandLineArgs

ParseCommandLineArgs

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



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

Parameters

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

Return Values

String() -  An array of arguments.

See Also

Project CorLib Overview

Class Environment Overview