ddGetHiddenCellsFuncList
ddGetHiddenCellsFuncList(
)
=> l_functions/nil
Description
Returns a list of registered hidden cell functions.
Arguments
Value Returned
|
A list of registered functions applied to all the libraries followed by functions applied to specific libraries.
|
|
Examples
Returns a list of registered functions and prints the statement when there is at least one function registered.
funcList=ddGetHiddenCellsFuncList()
when(funcList != nil println("There are hidden cell functions registered"))
Related Topics
Return to top