chirpyform
Programmer
Hi,
I can get the different modules, but is there a way of getting a list of the functions within the module.
ex
mdl as Module
mdl = AppAccess.Modules(moduleName)
At this point i would like to be able to do something along the lines :
list = mdl.getListOfFunctionNames
is it possible ? or do i have to scan the module for "Sub or Function" and use some regular expressions ?
Thanks
Chris
I can get the different modules, but is there a way of getting a list of the functions within the module.
ex
mdl as Module
mdl = AppAccess.Modules(moduleName)
At this point i would like to be able to do something along the lines :
list = mdl.getListOfFunctionNames
is it possible ? or do i have to scan the module for "Sub or Function" and use some regular expressions ?
Thanks
Chris