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>dffun2do()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfFun2Do()
Executes a linked function
------------------------------------------------------------------------------
Syntax:

     dfFun2Do( <cFun> ) --> lRet

Parameters:

     <cFun>     Strings containing the function to be executed

Returns:

     <lRet> Boolean value which is .T. if the function was correctly
     executed.

Description:

     Executes a function if it has been linked to the application.

Example:

     LOCAL cFun := "Inkey"
     IF dfFun2Do( cFun )
        ? "OK"
     ENDIF

See also:

     DFCOMPILE()

See Also: DFCOMPILE()

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