Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - paramcount() returns the number of parameters of a process http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ParamCount()       Returns the number of parameters of a process
--------------------------------------------------------------------------------

   Syntax:              ParamCount( nProcDeep )  --> nParams


   Parameters:

   <nProcDeep>      Is the number of a certain stack process ( a
                    process that called the one which is executing ).

   Returns:

   <nParms>         Is the number of parameters that process received.

                    Test( nOne, cTwo, dThree )

                    Suppouse Test is the 5 level called on the stack:

                    ? ParamCount( 5 )  --> 3   (parameters suplied)


   Sample:              See SOURCE\\FUNCTION\\ErrSysW.prg.


   Source code:         Not available.


See Also: GetParam() LocalCount() GetLocal()

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