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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -