Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfiscaller()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfIsCaller()
Check if a function is in the CALL STACK of the current
------------------------------------------------------------------------------
Syntax:

     dfIsCaller( <cName>, [<nPos>] ) --> lIsCaller

Parameters:

     <cName>    Function name to check
     <nPos>     Position for starting check. DEFAULT 0

Returns:

     <lIsCaller> If .T. the function cName is one of the caller

Description:

     Check if a function is in the CALL STACK of the current

Example:

     IF dfIsCaller("FormActExe")
        dbMsgErr("Recursione not allowed")
     ENDIF

See also:

     dfRecourse()

See Also: dfRecourse()

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