Jul 7, 2006 #1 dpimental Programmer Jul 23, 2002 535 US Is there any way to find all comments in a module? What about in a particular function or sub procedure? David Pimental (US, Oh)
Is there any way to find all comments in a module? What about in a particular function or sub procedure? David Pimental (US, Oh)
Jul 7, 2006 #2 alvechurchdata Programmer Nov 8, 2003 1,737 GB I guess you want to do something more sophisticated than just select Find from the Edit menu and search for ' Geoff Franklin http://www.alvechurchdata.co.uk Upvote 0 Downvote
I guess you want to do something more sophisticated than just select Find from the Edit menu and search for ' Geoff Franklin http://www.alvechurchdata.co.uk
Jul 7, 2006 Thread starter #3 dpimental Programmer Jul 23, 2002 535 US Yeah, I want to be able to search through any module, function, sub procedure etc. to produce documentation, like a javadoc. David Pimental (US, Oh) Upvote 0 Downvote
Yeah, I want to be able to search through any module, function, sub procedure etc. to produce documentation, like a javadoc. David Pimental (US, Oh)
Jul 7, 2006 #4 JerryKlmns IS-IT--Management Feb 7, 2005 2,062 GR You could "export" a module to a .xcm file, open the file (it is a text file after all) and search ..... "Exporting" uses the undocumented SaveAsText method. There are posts here about that. Upvote 0 Downvote
You could "export" a module to a .xcm file, open the file (it is a text file after all) and search ..... "Exporting" uses the undocumented SaveAsText method. There are posts here about that.