Last summer a colleague and I wrote an ado file to implement a new command in Stata. I've made some small edits to add a command line argument, and now I'm getting the following error:
__000006 already defined
r(110);
OK, so two questions:
(1) I understand that __000006 is a temporary variable, but I don't know what it is. What can I learn from this error message?
(2) Is this really the best feedback that I can hope for? Many programming languages have integrated editors that will highlight the line that's causing the problem, or at least not burden the user with uniformative internal codes like __000006 and r(110). I'm not seeing any features like that in Stata's built-in Do-File editor....
__000006 already defined
r(110);
OK, so two questions:
(1) I understand that __000006 is a temporary variable, but I don't know what it is. What can I learn from this error message?
(2) Is this really the best feedback that I can hope for? Many programming languages have integrated editors that will highlight the line that's causing the problem, or at least not burden the user with uniformative internal codes like __000006 and r(110). I'm not seeing any features like that in Stata's built-in Do-File editor....


Comment