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? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -