Page 1 of 1

Display Names of Series

Posted: Wed Nov 03, 2010 12:32 pm
by tchaithonov
Hey Guys,

Is there a way to retrieve the display name of a series? If I want to put each RHS variable display name to a %string with a for loop, what should the %names be equal to?

Tchaithonov

Re: Display Names of Series

Posted: Wed Nov 03, 2010 12:45 pm
by EViews Glenn
I'm almost reluctant to ask this question :), but have you tried

Code: Select all

%name = series.@displayname
It's documented under the data members for the series object.

Re: Display Names of Series

Posted: Wed Nov 03, 2010 1:19 pm
by tchaithonov
Haha .. Glenn, I believe I looked at that, and overlooked it. Sorry about that :lol: