Clearing macros in Stata -


i see clear all removes (column) variables, scalars , programs add, global , local macros stick around.

i'd know how clear them out

  • interactively command line and/or
  • as opening line in .do files.

you can drop macros using macro drop _all. documented in help macro , corresponding manual entry.


Comments

Popular posts from this blog

Regex find and replace between <div class="customclass"> and </div> tag -

frame rate - JAVA simple fps animation(how can i work with?) -