Thanks Nick. I don't know if it was just too late and I was too tired, but
I couldn't seem to get any of those to work last night. I'm not back to
that project yet today, but I'll use your examples later when I get back on
that project.
Thanks again.
Buzz
Buzz Burhans, Ph.D.
Dairy-Tech Group
Twin Falls, ID
Cell: 208-320-0829
Fax: 208-735-1289
Email: [email protected]
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Nick Cox
Sent: Wednesday, September 03, 2008 8:48 AM
To: [email protected]
Subject: st: RE: RE: RE: accessing r(data signature)
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/
*
* 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/