Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>cargv()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson