Hi friends,
I am trying to wrap long lines of code in my .do file text to make it less cumbersome to interact with. I have tried several methods including adding "///" at the end of each line to continue it down (as discussed in this post), but it did not work. Specifically, I am typing a long line of code like this:
keep [var1] [var2] [var3]...... ///
[var4] [var5]
Such that I need to go to the next line to keep all the variables I'm keeping on the page. When I use the "///" method, Stata still does not recognize the second line as a continuation of the previous "keep" command. I am using Windows version 13. Thank you in advance for any advice.
I am trying to wrap long lines of code in my .do file text to make it less cumbersome to interact with. I have tried several methods including adding "///" at the end of each line to continue it down (as discussed in this post), but it did not work. Specifically, I am typing a long line of code like this:
keep [var1] [var2] [var3]...... ///
[var4] [var5]
Such that I need to go to the next line to keep all the variables I'm keeping on the page. When I use the "///" method, Stata still does not recognize the second line as a continuation of the previous "keep" command. I am using Windows version 13. Thank you in advance for any advice.
Comment