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 - getparam() retrieves any parameter value from the stack http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetParam()             Retrieves any parameter value from the stack
--------------------------------------------------------------------------------

   Syntax:              GetParam( <nStackLevel>, <nIndex> ) -->
                                        <uParameter>

   Parameters:

   <nStackLevel>        The depth of the activation level to query.
                        (Similar to Clipper ProcName(...) parameters). A 0
                        value means the current one. 1 means the previous,
                        2 the previous of that one, etc... By default it is
                        0.

   <nIndex>             The order in which the parameter values
                        were provided to that stack level function.

   Returns:

   <uParameter>         The value of the parameter requested.

   Source code:         Not provided.

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

   See also:            GetLocal()


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