Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Making a local with no assigned value zero


From   George Chioran <[email protected]>
To   [email protected]
Subject   st: Making a local with no assigned value zero
Date   Mon, 14 Jun 2010 13:02:26 -0700 (PDT)

Dear statalisters, 
 
My code goes like
this: local x1 = `x1’ + `y1’. I get the `y1’ variable through repeated loops
and sometimes `y1’ is not assigned any value. 
When `y1’ does not
have any value, the line local x1 = `x1’ + `y1’ stops my program and I get an invalid
syntax error. 
 
My question is: Could
I somehow make the local `y1’ to be equal to zero, or not to be taken into
consideration in my sum in case `y1’ is not assigned any value? 
 
Thank you, 
George


      

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index