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

st: expanding a local that contains a list or wildcards


From   "Dimitriy V. Masterov" <[email protected]>
To   [email protected]
Subject   st: expanding a local that contains a list or wildcards
Date   Tue, 5 Aug 2003 12:48:51 -0500 (CDT)

Dear Statalist,

I am having the following problem. I have a program that uses a local
rhsvars that looks like  "x1 x2 x3 x4 x5". I would like to be able
to use a shortcut and write it as "x1-x5" or as "x*". However, this runs
into the problem that when I tokenize this local later on in the
program, it does not create locals 1-5 containing x1 through x5, just a
local named 1 that contains the text "x1-x5". Is there a way to expand
rhsvars from its abbreviated form and redefine so that the tokenize
command works?

I am not sure if there is a command that already does this, but I could
not find it in the manual or online. I will be very grateful if someone
could help me out.


Dimitriy Masterov


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