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

apache - Cloudflare bug random 302 redirections -

java - Sql binding in Spring throws org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException -