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

Python Kivy ListView: How to delete selected ListItemButton? -

ruby - How do I merge two hashes into a hash of arrays? -