[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
cArgV()
Returns a command line parameter
Syntax:
cArgV( nPos ) -> cParam
nPos : The position of the command line. The 0 position
answers to the program that is running. The 1 position
answers to the first parameter, 2 to the second....
Description:
Returns the parameters that has been carried to the application
and/or the name of the program that is running.
Return:
A character value with the specified command line parameter.
Example:
? cArgV( 0 ) // the name of the program
? cArgV( 2 ) // the second parameter
See Also:
nArgC()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson