Hello all. I have run into what would seem to be a simple problem, but I cannot find the solution anywhere yet. I was attempting to solve an earlier issue (irrelevant to this post) and I copy-pasted this code from another post on here:
` program redo
syntax [story_inst_control_4]
local antvar = wordcount("`story_inst_control_4'")
noisily display "antvar: `antvar'"`
Unfortunately, Stata now simply will not let me quit. If i press the x in the upper right hand corner of the window, it asks me to save, and then stays open. If I code, "exit" or "exit, clear" it stays open, and merely logs the command in the display window above.
What have I done, and how can I dig myself out of this hole?
` program redo
syntax [story_inst_control_4]
local antvar = wordcount("`story_inst_control_4'")
noisily display "antvar: `antvar'"`
Unfortunately, Stata now simply will not let me quit. If i press the x in the upper right hand corner of the window, it asks me to save, and then stays open. If I code, "exit" or "exit, clear" it stays open, and merely logs the command in the display window above.
What have I done, and how can I dig myself out of this hole?
Comment