Hello. I am trying to create a menu in Stata. After consulting the official documentation i used the following code to create an item in the User menu:
However, when i restart Stata the item disappears. Is this normal? How can i make the item permanent?
Also, can i add items to any other menus (other than the User)?
Code:
window menu append separator "stUser" window menu append item "stUser" "Example" "db mydialogbox" window menu refresh
Also, can i add items to any other menus (other than the User)?
Comment