Hi there,
I wonder if it is possible to create a string containing the names of all series objects in the current workfile (using EViews 6).
I read on the forum that the way to go is to create a group using the wildcard "*" and then iterating through all series, but I already fail at creating said group with a wildcard.
Any help is highly appreciated!
All the best
Philipp
Create series list from workfile
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13602
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Create series list from workfile
In EViews 6 the only thing you can do is this:
Which will create a group object with all of the series in the workfile in it.
Then you can loop through the names of the series with:
Code: Select all
group g *
Then you can loop through the names of the series with:
Code: Select all
for !i=1 to g.@count
%name = g.@seriesname(!i)
next
Re: Create series list from workfile
Hi Gareth,
thanks a lot, that was exactly what I was looking for.
All the best
Philipp
thanks a lot, that was exactly what I was looking for.
All the best
Philipp
Re: Create series list from workfile
hey guys,
I wonder if there is any updated code for this same issue under EView9?
Thanks!
BC
I wonder if there is any updated code for this same issue under EView9?
Thanks!
BC
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13602
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Create series list from workfile
@wlookup
Who is online
Users browsing this forum: No registered users and 1 guest
