Hello!
I am writting a default do file to similar but not identical datasets, so I need to use the - capture noisily - command in order to avoid the program to break when is it not applicable to one specific dataset.
The problem is that I have to write - command noisily - before each single command, what makes the do file very messy and difficult to read. Is there another way to make it cleaner and to avoid do file breaks whenever it doesn't find a variable?
Thank you!
I am writting a default do file to similar but not identical datasets, so I need to use the - capture noisily - command in order to avoid the program to break when is it not applicable to one specific dataset.
The problem is that I have to write - command noisily - before each single command, what makes the do file very messy and difficult to read. Is there another way to make it cleaner and to avoid do file breaks whenever it doesn't find a variable?
Thank you!
Comment