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]
Re: st: length of a returned local using rclass
From 
 
"Michael I. Lichter" <[email protected]> 
To 
 
[email protected] 
Subject 
 
Re: st: length of a returned local using rclass 
Date 
 
Tue, 06 Apr 2010 16:14:09 -0400 
Thanks, Martin. This entry is also found on pp. 230-233 in the Stata 10 
Reference [Q-Z] manual. -ml
Martin Weiss wrote:
<>
The entry is called "saved results".
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Michael I.
Lichter
Sent: Dienstag, 6. April 2010 21:10
To: [email protected]
Subject: Re: st: length of a returned local using rclass
Antonis,
What entry in the base reference is that under? I'd like to look that up 
in the Stata 10 manuals. Thanks.
-ml
A Loumiotis wrote:
  
Did you enclose your r(macro) in single quotes?
Page 1673 of the Base Reference states the following technical note:
For r(macro), you are supposed to refer to it in quotes: `r(macro)'.
If, however, you omit the
quotes in an expression context, Stata evaluates the macro and then
pretends that it is the result of
function-returning-string. There are side effects of this, the most
important being that the result is
trimmed to 80 characters.
Antonis
On Tue, Apr 6, 2010 at 12:46 PM, Miranda Kim <[email protected]> wrote:
  
    
Hello,
When writing a small program that saved a string (list of variables)
      
using
  
-rclass- and -return local-, the list was prematurely truncated. I
      
therefore
  
wonder if there a limit to the number of characters that can be stored in
      
a
  
local macro using rclass, or if I should be looking for a bug in my code?
Many thanks,
Miranda
*
*   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/
    
      
*
*   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/
  
    
  
--
Michael I. Lichter, Ph.D. <[email protected]>
Research Assistant Professor & NRSA Fellow
UB Department of Family Medicine / Primary Care Research Institute
UB Clinical Center, 462 Grider Street, Buffalo, NY 14215
Office: CC 126 / Phone: 716-898-4751 / FAX: 716-898-3536
*
*   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/