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

Re: st: St: Programming question, local macros


From   Richard Williams <[email protected]>
To   [email protected], <[email protected]>
Subject   Re: st: St: Programming question, local macros
Date   Wed, 22 Sep 2004 08:49:29 -0500

At 08:37 AM 9/22/2004 -0500, Plummer, Dale wrote:
Could someone please explain the following behavior?  I'm running fully
up to date Stata 8.2 on Windows 2000.

In a program I have the following statements (with responses
interspersed):

. local x = -4
. display `x'
-4
. local xsq=`x'^2
. disp `xsq'
-16

I kind of expected xsq to have the value of 16 rather than -16.

Thanks in advance.
There is a FAQ on this.  See

http://www.stata.com/support/faqs/lang/macpow.html


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX:    (574)288-4373
HOME:   (574)289-5227
EMAIL:  [email protected]
WWW (personal):    http://www.nd.edu/~rwilliam
WWW (department):    http://www.nd.edu/~soc

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