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
