Statalist


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

st: RE: RE: RE: accessing r(data signature)


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: RE: accessing r(data signature)
Date   Wed, 3 Sep 2008 15:48:07 +0100

Matt answered the main query. For copying to a local macro 

local sgntr `r(datasignature)' 
local sgntr "`r(datasignature)'"
local sgntr = r(datasignature) 

all seem fine. As I understand it, there are no characters within
signatures that could be misread as operators. 

Nick 
[email protected] 

Buzz Burhans

Thanks Matt.

Matt Spittal

You're almost there.  Try: 

	dis "data signature is  " r(datasignature)

Note that -r(datasignature)- does not need to be evaluated as a macro.

*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index