Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • I lose myself in a very long dofile


    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

  • #2
    Greetings,

    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.

    Comment


    • #3
      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


      • #4
        Good idea. Thanks for the advice

        Comment

        Working...
        X