Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Re: local macros & saving in directory


From   Antoine Terracol <[email protected]>
To   [email protected]
Subject   Re: st: Re: local macros & saving in directory
Date   Thu, 27 Jun 2002 08:45:29 +0200

Hello,
I think it is more a feature than a bug. The backslash prevents the macro that follows to be expanded:

. local var=1

. di "\`var'"
`var'

. di "`var'"
1

see
http://www.hsph.harvard.edu/cgi-bin/lwgate/STATALIST/archives/statalist.0108/Author/article-529.html

for more details on this

Hope this helps,
Antoine.

Zhiqiang Wang wrote:


I don't think you made a mistake. I guess it's a bug or something. It only
happens for a slash right before a local macro. Perhaps only Stata staff can
find out the reason since outfile is a built-in command. It will save to the
right directory if you try either

out `var's using "d:\stata\export\add`var's.asc"
* add something between slash and macro
or
out `var's using "d:\stata\export\\`var's.asc"
* add another slash

Zhiqiang
Menzies School of Health Research
Darwin Australia


----- Original Message -----
From: "Daniel Muller" <[email protected]>
To: "Statalist" <[email protected]>
Sent: Thursday, June 27, 2002 2:51 PM
Subject: st: local macros & saving in directory


I coded:

----
version 7
local var "somevar"

... code in terms of `var'

out `var's using "d:\stata\export\`var's.asc", runtogether replace
----

However, the file is saved in dir <d:\stata> under the name
<export`var's.asc>, not as I expected in dir <d:\stata\export> as
<somevars.asc>.

Where is my mistake? Why does Stata strip off the slash before `var'?

Many thanks in advance, best wishes,
Daniel

*
*   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/



*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index