Search found 3 matches
- Tue Dec 15, 2009 12:13 pm
- Forum: Programming
- Topic: Reference string variables dynamically
- Replies: 1
- Views: 3066
Reference string variables dynamically
Dear EViews community, sorry for keeping you busy today: I have a few string variables that i want to assign some values to. The variables are called %myvar_1 %myvar_2 %myvar_3 ... More specifically, I want to assign the values in a for loop, ie for !i=1 to 3 %ref = "myvar_" + @str(!i) {%r...
- Tue Dec 15, 2009 11:37 am
- Forum: Programming
- Topic: Create series list from workfile
- Replies: 4
- Views: 7244
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
- Tue Dec 15, 2009 11:03 am
- Forum: Programming
- Topic: Create series list from workfile
- Replies: 4
- Views: 7244
Create series list from workfile
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 creat...
