You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Hello. I use Stata 15, and I have a dofile of thousands of lines. Is there a way to make a sort of browsable index, so that I can easily reach predefined sections of the dofile? Thank you so much
In stata 15 I don't know, what you could put is to put sections as comments so that you can differentiate between sections. From stata 17 onwards you can put bookmarks which I think is what you need.
A built-in bookmark feature was formally introduced in Stata 17. But you can emulate the same behaviour by using some unique string to start off a comment. The downside is you may need to manually search for it, unless you use a different text editor than can be configured to search for such text patterns.
Comment