get the name of a serie from a replacement variable
Posted: Thu Jun 09, 2016 6:21 am
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:
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
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}+stationnaryThank you in advance