Page 1 of 1

get the name of a serie from a replacement variable

Posted: Thu Jun 09, 2016 6:21 am
by melamel
Hello again,
For special needs, I want to store the name of a series in a string variable while using a replcement variable for the said series, but while doing it eviews prompt a message error saying that I am assigning a serie to a string, here's the piece of code I'm unsing:

Code: Select all

string results for %k M1 M2 M3 results=results+{%k}+stationnary
If eviews doesn't allow for storing replacement variables as strings, is there a fuction which gives me in output the name of the series from the replacement variable?

Thank you in advance

Re: get the name of a serie from a replacement variable

Posted: Thu Jun 09, 2016 8:04 am
by EViews Gareth
I'm lost as to what you are trying to do