--- [email protected] wrote:
> houseinc* would include houseinc_mean and I
> just want houseinc1-houseinc100.
You can achieve what you want with a combination
of -unab- and extended macro functions, see the
example below and -help unab- and -help macrolists-
hope this helps,
Maarten
*----------- begin example -------------
sysuse auto, clear
/* create variables rep1 - rep5 */
tab rep78, gen(rep)
/* create list of all variables */
/* whose first three characters */
/* are "rep" */
unab vars: rep*
di "`vars'"
/* create a local containing */
/* the variables you want to */
/* exclude */
local not "rep78"
/* exclude those variable from */
/* your list */
local vars: list vars - not
di "`vars'"
*------------ end example --------------
-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology
Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands
visiting address:
Buitenveldertselaan 3 (Metropolitan), room Z434
+31 20 5986715
http://home.fsw.vu.nl/m.buis/
-----------------------------------------
*
* 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/