Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: macro with a dot


From   Robert Kraut <[email protected]>
To   stata <[email protected]>
Subject   st: macro with a dot
Date   Sat, 04 Mar 2006 14:20:17 -0500

I am trying to create a macro to refer to the directory where data and
files are stored, so I can move do files easily between computers. I
define the dir macro as:

   local  dir F:\0_stat.data\0_homenet.data\0_freshmen\transition\

I would like to be able to refer to the directory using a form like:

    `dir'filename

and have this expand to

    F:\0_stat.data\0_homenet.data\0_freshmen\transition\filename

But when I try to refer to dir's values, I get an error, as if the dir
value is broken at the dot included in a directory names:

    dis `dir'
    data\0_freshmen\transition\ invalid name


I am using stata v9 on a windows machine.

Any suggestions?
--
Robert Kraut
Herbert A Simon Professor of Human Computer Interaction
Carnegie Mellon University, 3515 NSH
5000 Forbes Ave, Pittsburgh, PA 15213
(o) 412 268-7694  (f) 412 268-1266
web: www.cs.cmu.edu/~kraut  email: [email protected]

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