Statalist


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

Re: st: macro concat


From   Keith Dear <[email protected]>
To   [email protected]
Subject   Re: st: macro concat
Date   Sat, 24 May 2008 20:20:27 +1000

No, that doesn't work:
. loc M1 hello
. loc M2 goodbye
. loc a \`M1'
. loc b \`M2'
. loc c `a' `b'
. mac list
_c:             hello goodbye
_b:             `M2'
_a:             `M1'
_M2:            goodbye
_M1:            hello

But I want:
_c:             `M1' `M2'

Keith



At 08:03 PM 24/05/2008, you wrote:
--- Keith Dear <[email protected]> wrote:
> Two related questions (or one qn and one wish):
>
> How can I concatenate local macros if their contents are themselves
> quoted macro names?
>
> loc a \`M1'           // macro a contains `M1'
> loc b \`M2'
> loc c:list a+b                // but there is no + operator

what about loc c `a' `b' ?

-- Maarten

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


      __________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
*
*   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