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

   Syntax:              GetLocal( <nStackLevel>, <nIndex> ) -->
                                        <uLocal>

   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 local variables
                        were declared at that stack level function.

   Returns:

   <uLocal>             The value of the local variable requested.

   Source code:         Not provided.

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

   See also:            GetParam()


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