[<<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 (the name of the program that is running is also included as a
         parameter). The exact syntax of the functions cArgV and cArgC are the
         same.

    Return:

         The number of parameters plus one for the name of the running
         application.

    Example:

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

See Also: cArgV()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson