Do you mean
program mysave
version 8
syntax anything(name=filename) [, * ]
qui save `0'
display as text `"file {stata use `filename':`filename'} saved"'
end
?
Nick
[email protected]
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]On Behalf Of Bill Rising
> Sent: 13 May 2004 21:42
> To: Stata Listserve
> Subject: st: a ui suggestion
>
>
> Here's something that would be a nice touch in Stata.
>
> If I save a file named foo, then when Stata puts the message
>
> file foo.dta saved
>
> into the results window. It would be nice if Stata actually wrote the
> following to the results window:
>
> display as text "file {stata use foo.dta:foo.dta} saved"
>
> This way, if the output were being logged, a user could get
> the file when
> viewing the smcl file simply by clicking on the file saved message.
>
> Whaddya think?
>
> Bill
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/