getFunctions
getFunctions(t_fileName) =>l_functions/nil
Description
Returns functions defined in a file loaded after debug mode is turned on.
Returns the functions that were defined the last time that the file was loaded. Only the file name should be used and not its full path. If no extension is given, .il is assumed.
You must turn on debug mode before loading the file.
Arguments
Value Returned
|
If no functions were defined in that file or if the file was not loaded after debug mode was turned on. |
Examples
Returns the functions defined in testfns.il.
getFunctions( "testfns" )
Related Topics
Return to top