Good morning,

I am using -display- as a hand calculator a lot. (Ryan, P. (2004). Stata tip 4: Using display as an online calculator. The Stata Journal, 4(1), 93-93.)

Major defect of -display- in this hand calculator use (or alternatively something that I have not been able to figure out how to do) is that it does not seem to leave anything behind:

Code:
. display 2*100/3
66.666667

. return list

. ereturn list
I want to be able to access the answer post -display-, the 66.666667 in the example above. Do you know of any way how to do that?