Page 1 of 1

Changing type of series in wfopen

Posted: Wed Aug 19, 2015 1:10 am
by adrian_d
Hi,
I would like to change the type of a few series while reading them in a new workfile. I know there is a possibility of changing it using "types" argument, but it is not obvious to me how to use it in the situation when I know the names of series to change, but not especially whether it is third, fifth or tenth series among all the imported series. Is it possible to use names of the series, for example something like types(seriesABC = a, seriesXYZ = a) or any other way? At least, help please how to correctly specify it using positions of the series.

thanks
adrian

Re: Changing type of series in wfopen

Posted: Wed Aug 19, 2015 7:05 am
by EViews Gareth
I don't think it is possible :/

You'll have to change the types afterwards. (Using @val or @str or @date to create new objects after the open).