Phil,
used in this context the backslash (\) prevents macro substitution.
In this case, just use (/) instead.
Also, see the FAQ on this:
http://www.stata.com/support/faqs/lang/backslash.html
/Jesper
Kind regards,
Jesper Kj�r Hansen
Student Assistant
Department of Statistics
University of Southern Denmark
*******************************
mailto:[email protected]
mailto:[email protected]
********************************
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of
> Philip Greenwood
> Sent: Tuesday, March 08, 2005 6:55 AM
> To: [email protected]
> Subject: st: some code that doesn't do what I expect
>
> I ran a do file that did something that I did not expect it
> do. Perhaps
> someone would like to try to reproduce this behaviour, or point out my
> mistake. I'm running Stata 8.2 on WinXP. Here's the log:
>
> *--snip--
>
> . do "test01"
>
> . version 8
>
> . use "data\sndata.dta"
>
> . local foo "a_great_big_fish"
>
> . save "data\`foo'.dta"
> file data`foo'.dta saved
>
> .
> end of do-file
>
> *--snip--
>
> I expected `foo' to evaluate to "a_great_big_fish" in the
> save command.
> Using a double slash fixes the problem ( i.e. -save
> "data\\`foo'.dta"- ).
>
> cheers,
> Phil
>
>
>
> *
> * 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/