How can I display / print the name of the frame that I am in:
I would like to display 'one'.
Thank you,
Eddy
Code:
sysuse auto frame put foreign if foreign == 1,into (one) frame put foreign if foreign == 2,into (two) frame dir frame change one
Thank you,
Eddy
Comment