Page 1 of 1

access series label

Posted: Sun Sep 01, 2013 9:10 am
by bojiang19
I know one way is to freeze series label into a table. But I heard (from this forum) Eviews 8 would have simplifed metohd to access fields of data, such as remark or description. What is this new method? Could you advise?

Re: access series label

Posted: Sun Sep 01, 2013 7:06 pm
by EViews Gareth

Code: Select all

object.@attr("attribute")
Where object is the name of the series, and attribute is the name of the attribute you want (Remarks, etc...).