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>nargc()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    nArgC()

         Returns the number of command line parameters

    Syntax:

         nArgC() -> nNumber

    Description:

         Returns the number of parameters passed to the application adding
         one cause the name of the program that is running is too included like
         a parameter. The exact syntax of the public variable C argv and
         argc are the same.

    Return:

         The number of parameters adding one that answers to the name
         of the program that is running.

    Example:

         For nInd := 0 To nArgC() - 1
           ? cArgV( nInd )
         Next

See Also: cArgV()

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